load_csv: Load multiple CSV files from file directories

View source: R/transfer.R

load_csvR Documentation

Load multiple CSV files from file directories

Description

load_csv will load take an input path which contains multiple csv files, based upon the pattern provided, all target csv files will be loaded into the global environment.

Usage

load_csv(path, pattern, ...)

Arguments

path

A character string for the file path where csv files are located.

pattern

A character vector passed to list.files to determine which files to load from the path.

...

Additional parameters passed to read_csv.

Value

Datasets for all csv files that match desired pattern.


al-obrien/farrago documentation built on April 14, 2023, 6:20 p.m.