get_metadata {laketemps} | R Documentation |
get metadata for a lake in GLTC dataset
Description
Find associated metadata for a lake from the Global Lake Temperature Collaboration dataset. See associated publication and references therein for details including units and data provenance.
Usage
get_metadata(lake_name, metadata_name)
Arguments
lake_name |
a valid name of a lake in the GLTC dataset (see |
metadata_name |
a name of a metadata variable in GLTC dataset
(optional; see |
Value
data.frame with metadata (if metadata_name
is missing) or the value of that metadata field if
metadata_name
is specified
See Also
get_metadata_names
, get_lake_names
, get_climate_names
Examples
get_metadata('Victoria','Sampling.depth')
get_metadata('Mendota')
get_metadata('mendota','sampling.depth')
get_metadata("Toolik.JJA",c('location','source'))
[Package laketemps version 0.5.1 Index]