load_config: Load eBird Status and Trends configuration file

View source: R/load.R

load_configR Documentation

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)

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

Value

A list with the run configuration parameters.

Examples

## 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)

CornellLabofOrnithology/ebirdst documentation built on Feb. 1, 2023, 8:44 a.m.