Parameter
class Parameter
Constructors
Examples
param <- redivis$parameter("username.workflow_name.my_param")
param$create(values=list("foo","bar"))
print(param$get_values()) # list("foo", "bar")
param$update(values=list("foo","bar"))
print(param$get_values()) # values=list("hello","world")Attributes
Methods
Was this helpful?

