You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Brief description of the problem
I have always read Excel files into RStudio using read_excel(). My data files are stored inside a company OneDrive account and the path includes the name of the company. The issue only appeared recently.
This is the error message I get:
Error in file.exists(path) :
file name conversion problem -- name too long?
I think the issue is that the company name contains an unusual character, the Norwegian character ("ø"). If I move the Excel file to another location, e.g. "C:/Users/jansun/test folder" it loads without any problem.
As soon as I add the "ø" character in the folder name, it returns the same error message.
The same applies to the other specifically Norwegian characters "æ" and "å".
I think the issue is related to R or Windows' handling of unusual characters, unfortunately I don't have a Mac or Linux install to test this hypothesis.
Please briefly describe your problem and what output you expect. If you have a question, please don't use this form. Instead, ask on https://stackoverflow.com/ or https://community.rstudio.com/.
Please include a minimal reproducible example (AKA a reprex). If you've never heard of a reprex before, start by reading https://www.tidyverse.org/help/#reprex.
Brief description of the problem
I have always read Excel files into RStudio using read_excel(). My data files are stored inside a company OneDrive account and the path includes the name of the company. The issue only appeared recently.
This is the error message I get:
Error in file.exists(path) :
file name conversion problem -- name too long?
I think the issue is that the company name contains an unusual character, the Norwegian character ("ø"). If I move the Excel file to another location, e.g. "C:/Users/jansun/test folder" it loads without any problem.
As soon as I add the "ø" character in the folder name, it returns the same error message.
The same applies to the other specifically Norwegian characters "æ" and "å".
I think the issue is related to R or Windows' handling of unusual characters, unfortunately I don't have a Mac or Linux install to test this hypothesis.
Error message:
Error in file.exists(path) :
file name conversion problem -- name too long?
The text was updated successfully, but these errors were encountered: