USAID-OHA-SI / grabr

OHA/SI APIs package
https://usaid-oha-si.github.io/grabr/
Other
1 stars 2 forks source link

Remove space and single quote uft-8 code from pano_download function #18

Closed baboyma closed 1 year ago

baboyma commented 1 year ago

filename <- basename(.file) %>% str_replace_all("%20", " ") %>% str_replace_all("%27", "'")

baboyma commented 1 year ago

Duplicate with #10 - resolved with urltools::decode()