I cannot import the following cities: Genève Bülach etc..
I have tried the solutions on Stackoverflow but nothing seems to work. Do you have something that worked for you?
Thank you.
I cannot import the following cities: Genève Bülach etc..
I have tried the solutions on Stackoverflow but nothing seems to work. Do you have something that worked for you?
Thank you.
Try importing your file specifying the encoding to encoding = "UTF-8" in the read.csv function.
For example, data <- read.csv("your_file.csv", encoding = "UTF-8").