reading a csv file with repeated row names in R

前端 未结 7 1370
天命终不由人
天命终不由人 2020-12-09 15:55

I am trying to read a csv file with repeated row names but could not. The error message I am getting is Error in read.table(file = file, header = header, sep = sep, qu

7条回答
  •  离开以前
    2020-12-09 16:42

    Guessing your csv file was one converted from xlsx.Add a comma to the end of the first row ,remove the last row ,done

提交回复
热议问题