Description Usage Arguments Details Value
Load one or more internal, i.e. included with the package, csv (or csv.gz) data files.
1 | load_csv_files(filenames, optionals, quiet = FALSE, ...)
|
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 |
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.
A list of data frames (tibbles).
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.