adk_data: Load ADK Data

View source: R/adk_data.R

adk_dataR Documentation

Load ADK Data

Description

Loads data from locally downloaded CSV files. Run check_dl_data before using this function.

The package presents data for the 28 original lakes covered by both the AEAP and ALTM monitoring programs, matching the scope of Farrell et al. (2018, Scientific Data, \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1038/sdata.2018.59")}). The underlying figshare archive (\Sexpr[results=rd]{tools:::Rd_expr_doi("10.6084/m9.figshare.32305479")}) additionally contains chemistry and nutrient records for 25 ALTM-only lakes; those records are filtered out by this function but are available directly from figshare if needed.

Usage

adk_data(data_name)

Arguments

data_name

A string choosing the data to load.

Data name (data_name) Data Description
chem Lake Chemistry
crustacean Crustacean Zooplankton Biomass
meta Lake-specific metadata (type, location, morphology)
nutrient Lake Nutrients
phyto Phytoplankton Biomass Observations
rotifer Rotifer Zooplankton Biomass
secchi Lake Secchi Depth Observations
tempdo Temperature and Dissolved Oxygen Profiles
met Lake-specific Meterology (air temp, wind, precip, etc)

Examples

## Not run: 

#grab secchi data and plot it
secchi = adk_data('secchi')
plot(as.POSIXct(secchi$date), secchi$secchi)

## End(Not run)

adklakedata documentation built on June 2, 2026, 9:08 a.m.