load_files: Load all files in a directory as a data frame

load_filesR Documentation

Load all files in a directory as a data frame

Description

Load all files in a directory as one data frame

Usage

load_files(path = ".", verbose = FALSE, ...)

Arguments

path

a character vector of full path names; the default corresponds to the working directory, getwd(). Tilde expansion (see path.expand) is performed. Missing values will be ignored. Elements with a marked encoding will be converted to the native encoding (and if that fails, considered non-existent).

verbose

print details?

...

see list.files

Value

all files in a directory as one data frame

Warning

Use load_ace_bulk for raw formatted ACE data.


josegallegos07/aceR documentation built on July 19, 2024, 6:32 p.m.