I am having difficulty with one step in my code to read in a folder of text files and convert it to a dtm. The problem is that, for some reason, my computer is only able to int
directory <- "C://temp" ## for example filenames <- list.files(directory, pattern = "*.*", full.names = TRUE)