I am a university student who is starting to use Rstudio.
The problem is that when I want to load a file trought read.table (I don't care if it is excel or txt) I get the error that it has not been found.
I have re-downloaded it several times and changed address and name, and it doesn't change.
Do you know what can happen?
Thank you very much
The code:
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'first_trial_deniro.csv': No such file or directory
read.table("first_trial_deniro.csv",sep = ",",header = TRUE)
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'first_trial_deniro.csv': No such file or directory