ws_curve_attributes: FUnction to get the curve attributes.

Description Usage Arguments Examples

View source: R/ws_curve_attributes.R

Description

FUnction to get the curve attributes.

Usage

1
ws_curve_attributes(curve_attr, token = NULL)

Arguments

curve_attr

The name of the curve attribute you want. The current possibilities are: areas, categories, commodities

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
ws_curve_attributes("areas")
ws_curve_attributes("categories")
ws_curve_attributes("commodities")
ws_curve_attributes("curve_types")
ws_curve_attributes("data_types")
ws_curve_attributes("frequencies")
ws_curve_attributes("functions")
ws_curve_attributes("sources")
ws_curve_attributes("stations")
# ws_curve_attributes("storage_types")
ws_curve_attributes("time_zones")
ws_curve_attributes("units")

krose/mkonline2 documentation built on Nov. 7, 2019, 10:42 a.m.