select.files() - 在R中的函数有问题

时间:2015-10-07 12:26:09

标签: r filechooser

我想用R打开几个文件,因此使用函数choose.files(),为此需要在stackoverflow中经常使用它。无论如何,这在我的代码中不起作用,如果有人能告诉我什么错,我会很高兴。 这是我的代码的开头:

corpus1<-scan(choose.files(default="C:/Desktop/test", caption = "Select 
files", multi = TRUE))

......这是输出:

Error in file(file, "r") : invalid 'description' argument
In addition: Warning message:
In if (file == "") file <- stdin() else { :
  the condition has length > 1 and only the first element will be used

提前致谢! M_Be

0 个答案:

没有答案