Posts by Bárbara Costa • 1 point
2 posts
-
0
votes1
answer22
viewsA: How to keep the encoded file name (UTF-8) when unzipping in R?
You can use the dir() command to mount the file path as follows: setwd("./federal_highway/") repo <- dir("./sf_all_years_original") repozipfiles <-…
-
-1
votes1
answer22
viewsQ: How to keep the encoded file name (UTF-8) when unzipping in R?
I’m having trouble accessing files from a compressed folder. The filenames contain accents, but when unzipping the names are changed according to the configuration of each computer that opens and…