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
Change the file format to - CSV UTF-8. It worked for me.