read.all {shortcuts} | R Documentation |
Read all documents in a folder and subfolders assigning them to the global environment; just extensions ".txt" and ".csv" are allowed
read.all(dir = getwd())
dir |
directory to read |
data frame objects
lib<-getwd()
read.all(lib)