Learn R Programming

shortcuts (version 1.4.0)

read.all: 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

Run this code
# NOT RUN {

lib<-getwd()

read.all(lib)


# }

Run the code above in your browser using DataLab