I am having some problems in reading a csv file with R.
x=read.csv(\"LorenzoFerrone.csv\",header=T) Error in make.names(col.names, unique = TRUE) : inva
Not sure if this is helpful, but I had a similar problem and figured out that it was because my "csv" file had a .csv suffix, but was actually a .xls file!