Error while reading csv file in R

后端 未结 11 2117
自闭症患者
自闭症患者 2021-02-07 10:37

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         


        
11条回答
  •  南方客
    南方客 (楼主)
    2021-02-07 11:02

    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!

提交回复
热议问题