resolve_timeseriesgroupid: Get timeseriesgroupID for a supported variable

View source: R/resolve_identifiers.R

resolve_timeseriesgroupidR Documentation

Get timeseriesgroupID for a supported variable

Description

Translate the usage of available variables to the corresponding timeseriesgroupID, based on the provided lookup table from VMM

Usage

resolve_timeseriesgroupid(variable_name, frequency = "15min")

Arguments

variable_name

valid variable name, supported by VMM API

frequency

valid frequency for the given variable

Details

Remark that this information is NOT based on a query, but on information provided by the package itself to make variable names more readable

The lookup table is provided as external data of the package, see inst/extdata

Value

list containing the timeseriesgroup_id of the variable frequency combination

Examples

resolve_timeseriesgroupid("rainfall", "15min")

ropensci/wateRinfo documentation built on July 12, 2022, 12:11 p.m.