Skip to content
Prev 386166 / 398513 Next

help loading files into R for koRpus analysis

Thanks; that's a good point. Here is what I have been working with:

library(quanteda)
library(readtext)

texts <- readtext(paste0("/Users/Gordon/Desktop/WPSCASES/", "/word/*.docx"))

And the error message:
Error in list_files(file, ignore_missing, TRUE, verbosity) :
  File '' does not exist.


On Mon, Nov 2, 2020 at 3:15 PM Duncan Murdoch <murdoch.duncan at gmail.com>
wrote: