here
here copied to clipboard
International?
>file.exists("å.R")
[1] TRUE
>file.exists(here("å.R"))
Error in file.exists(here("å.R")) :
file name conversion problem -- name too long?
Thanks. What do you see with here()
?
Thanks for your reply and sorry for the delay.
here()
gives me my local project path, c:/Users/martin.camitz/project/path
here("å.R")
gives me c:/Users/martin.camitz/project/path/\xe5.R
Is this on Windows? Can you please try here(enc2utf8(...))
?