get_metadata_names {laketemps} | R Documentation |
get metadata names in GLTC dataset
Description
Lake metadata records were compiled for the Global Lake Temperature Collaboration and can be accessed and returned as data.frames. See associated publication and references therein for details.
Usage
get_metadata_names(lake_name = NULL)
Arguments
lake_name |
a valid name of a lake in the GLTC dataset (see |
Value
a character vector of valid metadata variable names for all lakes.
If lake_name
is specified, only the metadata fields populated for lake_name
are returned.
See Also
get_metadata
, get_climate_names
, get_lake_names
,
Examples
get_metadata_names()
get_metadata_names('Victoria')
[Package laketemps version 0.5.1 Index]