在远程系统上运行R脚本(通过SLURM。)我正在使用tm包来阻止语料库,但我不断收到以下错误消息:
Error in DirSource(cname) : empty directory
Calls: Corpus -> stopifnot -> inherits -> DirSource
以下是我的DirSource脚本中的内容。 (我的.txt文件位于“语料库”目录中)我也尝试过没有/ corpus的文件路径,但我仍然得到相同的错误信息。
cname = file.path("~/home/aej8qf/filesT/filesT/corpus")
docs = Corpus(DirSource(cname))