これが私の簡単なテキストです(テストという名前):
name sex age height
1 x1 F 18 162
2 x2 M 19 170
3 x3 M 21 178
4 x4 F 22 166
5 x5 F 23 165
>read.table('test', sep='')
大丈夫です。
>read.table('test', sep=' ')
Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 1 did not have 20 elements
理由を知りたいです。
R の read.table の '' と ' ' の違いは何ですか? 私にその理由を教えてください。