print.oc_event_scheduling: Print result of oc_event_scheduling()

View source: R/oc_event_scheduling.R

print.oc_event_schedulingR Documentation

Print result of oc_event_scheduling()

Description

Print a structured return of the oc_event_scheduling() function.

Usage

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

See Also

oc_event_scheduling

Examples


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

events <- oc_list_events()

resp <- oc_event_scheduling(events$content$identifier[1])

resp


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