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