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
Description
Read all documents in a folder and subfolders assigning them to the global environment; just extensions ".txt" and ".csv" are allowed
Usage
read.all(dir = getwd())
Arguments
dir |
directory to read |
Value
data frame objects
Examples
lib<-getwd()
read.all(lib)
[Package shortcuts version 1.4.0 Index]