当我使用以下命令编写数据帧时:
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”……。
为什么包括数字?