print.oc_list_workflow_instances: Print result of oc_list_workflow_instances()

View source: R/oc_list_workflow_instances.R

print.oc_list_workflow_instancesR Documentation

Print result of oc_list_workflow_instances()

Description

Print a structured return of the oc_list_workflow_instances() function.

Usage

## S3 method for class 'oc_list_workflow_instances'
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_list_workflow_instances() function.

See Also

oc_list_workflow_instances

Examples

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

resp <- oc_list_workflow_instances()

resp

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