Displaying 1 result from an estimated 1 matches for "no_d".
Did you mean:
no_
2003 Jul 15
3
How to read in data
...n file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file `toto.txt'
> test <- scan("C:\\toto.txt")
Error in scan("C:\\toto.txt") : "scan" expected a real, got "No_D"
> test <-scan("test.dat")
Error in file(file, "r") : unable to open connection
In addition: Warning message:
cannot open file `toto.txt
(and no, it is not read only or locked or whatever) I use Windows 2000/XP
second...