Learn R Programming

laketemps (version 0.5.1)

get_climate_names: 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 get_lake_names).

Value

a character vector of valid climate variable names

See Also

get_climate, get_lake_names

Examples

Run this code
get_climate_names()
get_climate_names('Victoria')

Run the code above in your browser using DataLab