a****m 发帖数: 693 | 1 以前学的怎么也想不起了, dat file 只有一列数。
谢谢 | s*********e 发帖数: 1051 | | d*******o 发帖数: 493 | 3 read.table("file_location/filename.dat") | a****m 发帖数: 693 | 4
这个就是有3行数字,好像每次对人都会出错:
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings,
line 3 did not have 10 elements
假如是这样的:
1 2 3 4 5 65 66 66 5 2
1 3 3 3 3 4 4 4 4 4
2 3
thanks
【在 d*******o 的大作中提到】 : read.table("file_location/filename.dat")
| d*******o 发帖数: 493 | 5 read.table("file_location/filename.dat", fill=TRUE) | b*****e 发帖数: 223 | 6 赞!
【在 d*******o 的大作中提到】 : read.table("file_location/filename.dat", fill=TRUE)
| a****m 发帖数: 693 | 7
thanks
【在 d*******o 的大作中提到】 : read.table("file_location/filename.dat", fill=TRUE)
| s*********e 发帖数: 1051 | 8 > scan()
1: 1 2 3 4 5 65 66 66 5 2
11: 1 3 3 3 3 4 4 4 4 4
21: 2 3
23:
Read 22 items
[1] 1 2 3 4 5 65 66 66 5 2 1 3 3 3 3 4 4 4 4 4 2 3 | M****e 发帖数: 178 | |
|