| load_csv_files | R Documentation | 
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, ...)
| filenames | Character vector of filenames to load | 
| optionals | Logical vector, specifying whether corresponding file is optional | 
| quiet | Logical - suppress messages? | 
| dummy | Not used, here as a hack for drake | 
| ... | 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.