Parameter$exists
Parameter$exists() → Boolean
Returns a boolean value of whether the parameter exists.
Returns
Boolean
Examples
workflow <- redivis$workflow("username.workflow_name")
workflow$parameter("my_param")$exists() # TRUE or FALSELast updated
Was this helpful?
