print.oc_workflow_instance: Print result of oc_workflow_instance()

View source: R/oc_workflow_instance.R

print.oc_workflow_instanceR Documentation

Print result of oc_workflow_instance()

Description

Print a structured return of the oc_workflow_instance() function.

Usage

## S3 method for class 'oc_workflow_instance'
print(x, ...)

Arguments

x

The return of the function this print function relates to.

...

Possible further options to the print function.

Value

A structured print of the return by the oc_workflow_instance() function.

See Also

oc_workflow_instance

Examples

Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
Sys.setenv(OPENCAST_USERNAME = "admin")
Sys.setenv(OPENCAST_PASSWORD = "opencast")

workflow_instances <- oc_list_workflow_instances()

resp <- oc_workflow_instance(workflow_instances$content$identifier[1])

resp

ebbertd/opencastR documentation built on March 23, 2022, 10:11 p.m.