以下のコードを使用して、テキスト ファイルを R に読み込もうとしています。
d = read.table("test_data.txt")
次のエラー メッセージが返されました。
"Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 2 did not have 119 elements"
私はこれを試しました:
read.table("man_cohort9_check.txt", header=T, sep="\t")
しかし、それはこのエラーを出しました:
"Error in scan(file, what, nmax, sep, dec, quote, skip, nlines, na.strings, :
line 43 did not have 116 elements"
何がいけないのかわからない??