why am I not able to load a file by using load command?

Viewed 12

This is the error I am getting even though the directory is set correctly it still shows the above error

load(file="1st pro.Rdata")
Error in readChar(con, 5L, useBytes = TRUE) : cannot open the connection
In addition: Warning message:
In readChar(con, 5L, useBytes = TRUE) :
  cannot open compressed file '1st pro.Rdata', probable reason 'No such file or directory
0 Answers
Related