problem with read csv file


hello, i try to read the csv file but every time i get this error. how i can solve this?

Shalom.
I see ???? In the path printed along with your error. Some issues can be caused by non standard characters (i.e hebrew) in paths in R sadly. Perhaps altering the path to one without hebrew in it will help.
Be sure you use getwd() so you have no doubt which directory you are in, you may need a relative path if the folder with your csv is somewhere else

hi,
i try to fix the ???? and change the folder name. it still show me an error :sweat_smile: can it be something else? thank for yor help :pray:

What is your working directory ?
What is the path of your csv ?

i download the csv from the website of my course. from the "Download" i take it to folder i named "sce". i saw friend of my who does exactly the same actions and it work for him..
i try also to rename the csv and it didn't work :neutral_face:

If you getwd() does a path involving sce come up, or not?. Probably not.
I cant tell you what to type to make everything work because i dont know the paths of your system...

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.