read.table("abc.txt")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") : cannot open file 'abc.txt': No such file or directory
> getwd()
[1] "D:/rtemp"
> read.table("D:/rtemp/abc.txt")
Error in file(file, "rt") : cannot open the connection
In addition: Warning message:
In file(file, "rt") :
cannot open file 'D:/rtemp/abc.txt': No such file or directory
>