I have this line at the start of my code file.
QQQ<-read.csv("c:/QQQ.csv", header=TRUE,row.names=1)
And I get an error ...
Error in parse(file, n, text, prompt) : syntax error on line 2
What does this error mean and how can I correct it?
What is the standard way I can read from a .csv file.
Thanks
a
______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html