Lea el archivo en R EOF dentro de la cadena citada
# the 'quote' argument is importent here
tab <- read.table(file, sep="\t", header=FALSE, comment.char="#",
na.strings=".", stringsAsFactors=FALSE,
quote="", fill=FALSE)
Grumpy Goose