📜  在引用的字符串中读取 r EOF 中的文件 - R 编程语言代码示例

📅  最后修改于: 2022-03-11 14:51:58.782000             🧑  作者: Mango

代码示例1
# the 'quote' argument is importent here
tab <- read.table(file, sep="\t", header=FALSE, comment.char="#",
                  na.strings=".", stringsAsFactors=FALSE,
                  quote="", fill=FALSE)