Pesan peringatan: di scan (file = file, apa = apa, sep = sep, quote = quote, dec = dec ,: eof di dalam string yang dikutip

tab <- read.table(file, sep="\t", header=FALSE, comment.char="#",
                  na.strings=".", stringsAsFactors=FALSE,
                  quote="", fill=FALSE)
Motionless Mole