View source: R/utils-retriever-data.R
This wraps all the functions that prepare datasets from specific
databases (e.g. prepare_bbs_ts_data
, prepare_biotime_data
).
1 2 3 4 5 6 | prepare_datasets(
dataset = c("breed-bird-survey", "biotimesql"),
bbs_params = list(path = get_default_data_path(), start_yr = 1965, end_yr = 2018,
min_num_yrs = 10, data_subset = NULL),
biotime_params = list(path = get_default_data_path(), data_subset = NULL)
)
|
dataset |
what datasets to prepare (must follow the naming convention
of |
bbs_params |
params to pass to |
biotime_params |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.