Load one or more internal, i.e. included with the package, csv (or csv.gz) data files.
load_csv_files(filenames, optionals, quiet = FALSE, dummy = NULL, ...)
Character vector of filenames to load
Logical vector, specifying whether corresponding file is optional
Logical - suppress messages?
Not used, here as a hack for drake
Any other parameter to pass to readr::read_csv
A list of data frames (tibbles).
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.