J
For an easy example, assume that Excel data ""text.xls"" in Excel 2003 (old version) version
1 3
2 5
located at the root directory c:\\ .
If we want to import the matrix to an R data matrix with same size in R data directory, I used the command
read.csv(file="c:\\test. xls", header=FALSE)
However, it does not work at all. Something is wrong?
Thanks in advance.
-J
1 3
2 5
located at the root directory c:\\ .
If we want to import the matrix to an R data matrix with same size in R data directory, I used the command
read.csv(file="c:\\test. xls", header=FALSE)
However, it does not work at all. Something is wrong?
Thanks in advance.
-J