get_climate_names {laketemps} | R Documentation |
get climate data names in GLTC dataset
Description
get climate names for the Global Lake Temperature Collaboration dataset.
If a lake_name
is used, only names of climate drivers that exist for that lake will be returned.
If no lake_name
is specified, all climate driver names for the entire dataset will be returned.
Usage
get_climate_names(lake_name)
Arguments
lake_name |
a valid name of a lake in the GLTC dataset (see |
Value
a character vector of valid climate variable names
See Also
Examples
get_climate_names()
get_climate_names('Victoria')
[Package laketemps version 0.5.1 Index]