load_data_file | R Documentation |
Load an internal, i.e. included with the package, data file.
load_data_file(filename, optional = FALSE, quiet = FALSE)
filename |
filename of file to load |
optional |
Logical indicating whether file is optional |
quiet |
Logical - suppress messages? |
Optional files that are not found are returned as NA.
A data frame (csv) or yaml list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.