Selects sites containing at least `min_num_yrs`` of data samples during that period.

get_gpdd_data(
  path = get_default_data_path(),
  location_id = 83,
  timeperiod_id = 408,
  min_num_yrs = 10
)

Arguments

path

where to load the raw data files from

location_id

Location code of data to return

timeperiod_id

Sampling timescale code of data to return (some datasets provide at more than one scale)

min_num_yrs

minimum number of years of data

Value

list of abundance, covariates, and metadata

Examples

if (FALSE) { get_gpdd_data(location_id=83, timeperiod_id=408) }