read_all: Read all files in a given directory

Description Usage Arguments

View source: R/read_all.R

Description

Read all files in a given directory

Usage

1
read_all(dir = "./", type = "csv", euro = F, encoding = "UTF-8")

Arguments

dir

Directory to read from

type

Specify either "csv" (comma separated file) or "txt" (tab delimited file). Defaults to "csv".

euro

Specify TRUE/FALSE whether the file format is european (e.g., Euro decimals are commas). Defaults to FALSE.

encoding

Specify file encoding. Defaults to "UTF-8". Excel typically generates "latin1" files.


jasongullifer/convenience documentation built on May 21, 2019, 10:31 a.m.