Description Usage Arguments Examples
View source: R/ws_curve_attributes.R
FUnction to get the curve attributes.
1 | ws_curve_attributes(curve_attr, token = NULL)
|
curve_attr |
The name of the curve attribute you want. The current possibilities are: areas, categories, commodities |
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")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.