| load_config | R Documentation |
Load the configuration file for an eBird Status and Trends runs. This configuration file is mostly for internal use and contains a variety of parameters used in the modeling process.
load_config(path)
path |
character; directory that the Status and Trends data for a given
species was downloaded to. This path is returned by |
A list with the run configuration parameters.
## Not run:
# download example data
path <- ebirdst_download("example_data")
# or get the path if you already have the data downloaded
path <- get_species_path("example_data")
# load configuration file
cfg <- load_config(path)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.