Why does the list.files() function return files that can not be found?
I am trying to use the base R function list.files()
to return a list of file names (.txt files) so that I can import them in an automated way instead of writing a read.table()
line per file.