摘要: 当数据中存在单引号时,如下所示: 当使用命令class <- read.table("file",header=T,sep="\t")读取时,就会出现如下所示情况: 所以,正确的读取方式是:class <- read.table("file",header=T,sep="\t",quote = "" 阅读全文
posted @ 2022-09-19 16:40 橙子牛奶糖 阅读(482) 评论(1) 推荐(0)