Parameter$get_values
Parameter$get_values() → list()
Fetches the parameter's values. Will raise an error if the parameter does not exist.
Returns
list()
Examples
workflow <- redivis$workflow("username.workflow_name")
values <- workflow$parameter("my_param")$get_values()
print(values)Last updated
Was this helpful?
