print.oc_workflow_definition: Print result of oc_workflow_definition()

View source: R/oc_workflow_definition.R

print.oc_workflow_definitionR Documentation

Print result of oc_workflow_definition()

Description

Print a structured return of the oc_workflow_definition() function.

Usage

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

See Also

oc_workflow_definition

Examples

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

resp <- oc_workflow_definition("schedule-and-upload")

resp

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