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)
character; directory that the Status and Trends data for a given
species was downloaded to. This path is returned by ebirdst_download()
or get_species_path()
.
A list with the run configuration parameters.
if (FALSE) {
# 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)
}