【发布时间】:2018-05-05 13:18:38
【问题描述】:
这是我的代码:
df <- read.table(file.choose(),
sep = "\t",
skip = 2,
fill = T)
这是 excel 中的文件:https://ufile.io/q1xvg 这是我专门使用导入的txt文件(excel另存为txt):https://ufile.io/8vnu6
数据有超过 3000 行,但 RStudio 只导入 1483 obs. of 24 variables 如此处所示 https://i.imgur.com/nNJjy5E.png
【问题讨论】: