我在 Windows 7 上使用 Rstudio 和 R 3.3.1 并且我已经安装了CITAN
包。我正在尝试从我从 Scopus 导出的 CSV 文件中导入书目条目(因为它是原样的),选择导出所有可用信息。
这是我得到的错误:
example <- Scopus_ReadCSV("scopus.csv")
Scopus_ReadCSV("scopus.csv") 中的错误:未找到列:`Source'。另外:警告信息:
1: 在 read.table(file = file, header = header, sep = sep, quote = quote, : 在输入连接 'scopus.csv' 上发现无效输入
2:在 read.table(file = file, header = header, sep = sep, quote = quote, : readTableHeader 在 'scopus.csv' 上找到的不完整的最后一行
当我打开文件时,列“来源”就在那里,所以我不知道为什么它说“找不到”。