I' am trying to export folder names and read .xlsx files under the folder. When i come across to polish folders due to special characters R cannot read it. Any help? Here is the example. I can read the file in a normal folder name.
my_data1 <- read_excel("C:/data/Projects/Credit File conversion/Poland/Data_test/Credit upload file_Q42019 .xlsx")
> New names:
> * `` -> ...2
> * `` -> ...3
> * `` -> ...4
> * `` -> ...5
> * `` -> ...6
> * ... and 1 more problem
And when I try to read it under the folder SUWAŁA.
Sys.setlocale("LC_ALL", "Polish")
my_data2 <- read_excel("C:/data/Projects/Credit File conversion/Poland/Data_test/SUWAŁA/Credit upload file_Q42019 .xlsx")
Error: Evaluation error: zip file 'C:\data\Projects\Credit File conversion\Poland\Data_test\SUWAŁA\Credit upload file_Q42019 .xlsx' cannot be opened.