Chang Shen schrieb:

>
>I have a csv file looks like this: (between two ==== lines)
>===========================
>
>
>
>
>First I load it by read.table call:
>
>myArray <- read.table("c:/mydata.csv",sep=",");
>
>  
>
did you try read.csv("c:/mydata.csv",sep=",")

Regards Knut

______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to