Description Usage Arguments Value Examples
View source: R/get_data_gpdd.R
Selects sites containing at least 'min_num_yrs“ of data samples during that period.
1 2 3 4 5 6 | get_gpdd_data(
path = get_default_data_path(),
location_id = 83,
timeperiod_id = 408,
min_num_yrs = 10
)
|
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 |
list of abundance, covariates, and metadata
1 2 3 4 | ## Not run:
get_gpdd_data(location_id=83, timeperiod_id=408)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.