【发布时间】:2020-07-11 12:16:21
【问题描述】:
当我使用以下命令写入数据帧时:
write.table(dfArticles,"C:/Biology.txt",append = FALSE,sep=",",dec=".")
我得到以下结果:
"Title","Authors","AuthorAffiliations","CorrespondenceAuthor","PublishDate","Abstract","Keywords"
"1","Characterisation of genetic regulatory effects for osteoporosis risk variants in human osteoclasts","Benjamin H. Mullin,Jennifer Tickner,Kun Zhu,Jacob Kenny,S ..................
文件“Biology.txt”在每行的开头包含值“1”“2”“3”...。
为什么要包含这些数字?
【问题讨论】: