以下を使用してデータファイルを読み取りたい:
ds <- read.table(file="/data/ken/tmp/tt", header=F,
sep="\t", quote="\"", dec=".",
fill=T, comment.char="",
stringsAsFactors=F,
colClass=rep("character", 6))
ファイルtt
は次のようになり\t
、区切り文字として使用されます
20130129074502\thttp://xxx.com.cn/notebook/asus/526600_detail.html\t\t5025\t526600\t255dkmi
しかし、それは機能しません:
caution:
In read.table(file = fcon, header = F, sep = "\t", quote = "\"", :
cols = 1 != length(data) = 6