get_data | R Documentation |
Reads in a data frame for a model file
get_data( dataname, dir = paste0(find.package("mldash"), "/datasets"), cache_dir = tempdir(), use_cache = TRUE )
dir |
directory containing the dcf files for the datasets. |
cache_dir |
directory where rds data files will be stored. |
use_cache |
whether to read data from the cache if available. If FALSE,
then the data will be retrieved from the |
the data.frame of the data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.