我想用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