Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 csv 文件,它只有一列
ID 66185 66186 66187
ID
66185
66186
66187
我按如下方式阅读此 csv 文件:
a=read.table("a.csv",sep=",",header=T)
但是 R 给出了以下错误信息
Warning message: In read.table("a.csv", sep = ",", header = T) : incomplete final line found by readTableHeader on 'a.csv'