Learn R Programming

ebirdst (version 2.2021.3)

load_config: Load eBird Status and Trends configuration file

Description

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.

Usage

load_config(path)

Value

A list with the run configuration parameters.

Arguments

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().

Examples

Run this code
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)
}

Run the code above in your browser using DataLab