load_csv_files: load_csv_files

Description Usage Arguments Details Value

View source: R/utils.R

Description

Load one or more internal, i.e. included with the package, csv (or csv.gz) data files.

Usage

1
load_csv_files(filenames, optionals, quiet = FALSE, ...)

Arguments

filenames

Character vector of filenames to load

optionals

Logical vector, specifying whether corresponding file is optional

quiet

Logical - suppress messages?

...

Any other parameter to pass to readr::read_csv

Details

The data frames read in are marked as inputs, not ones that have been computed, via add_comments. Optional files that are not found as returned as NA in the list.

Value

A list of data frames (tibbles).


rohmin9122/gcam-korea-release documentation built on Nov. 26, 2020, 8:11 a.m.