Description Usage Format Details Examples
Dictionary for looking up alternate names and identification numbers for sample sites in the CSLS.
1 |
A data frame with the following columns:
lake name, "Pleasant", "Long", or "Plainfield", factor
observation type, "LK" (lake), "GW" (groundwater), or "P" (precipitation), factor
unique site id for measurement site, e.g., LL-01, factor
SWIMS station name, if exists for this site, factor
SWIMS station id, if exists for this site, integer
USGS site number, corresponds to site_no in "water_levels" data frame, numeric
water body identification code, for lake sites only, integer
upgradient, downgradient, precipitation, lake, deep, invalid, or NA, factor
upgradient, downgradient, precipitation, lake, deep, invalid, inconsistent, typically_downradient, or NA, factor
latitude of the lake, decimal degrees, numeric
longitude of the lake, decimal degrees, numeric
approximate elevation of the lake, meters above mean sea level, integer
elevation of the bottom of the lake at the bouy location, meters above mean sea level, numeric.
Raw csv data is processed in the data-raw/
subdirectory of this
project with the functions import_dictionary.R
which is run by
runall_cslsdata.R
. No cleaning or transformations are performed on raw
csv data beyond converting to .Rda.
1 2 | # Load dictionary
dictionary <- CSLSdata::dictionary
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.