ws_curve: FUnction to get the curve attributes.

Description Usage Arguments Examples

View source: R/ws_curve.R

Description

FUnction to get the curve attributes.

Usage

1
ws_curve(query_list = NULL, method = "get", token = NULL)

Arguments

query_list

Named list with search params. If the get method is used the query_list must uniquely identify a curve.

method

Method: get, search or access

token

Token

Examples

1
2
3
4
5
library(wattsight2)

ws_curve(query_list = list(query = "de"), method = "search")
ws_curve(query_list = list(id = 2), method = "get")
ws_curve(query_list = list(id = 2), method = "access")

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