variableList: Get Variable's Names from WS2 and formate them

Description Usage Arguments Value Examples

Description

Get Variable's Names from WS2 and formate them

Usage

1
variableList(token, wsUrl = "www.opensilex.org/openSilexAPI/rest/")

Arguments

token

a token from getToken function

wsUrl

url of the webservice

Value

WSResponse

Examples

1
2
3
4
initializeClientConnection(apiID="ws_private", url = "www.opensilex.org/openSilexAPI/rest/")
 aToken <- getToken("guest@opensilex.org","guest")
 token <- aToken$data
 variableList(token = token)

niio972/variablesStudy documentation built on May 3, 2019, 3:21 p.m.