print.oc_series: Print result of oc_series()

Description Usage Arguments Value See Also Examples

View source: R/oc_series.R

Description

Print a structured return of the oc_series() function.

Usage

1
2
## S3 method for class 'oc_series'
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_series() function.

See Also

oc_series

Examples

1
2
3
4
5
6
7
8
9
Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
Sys.setenv(OPENCAST_USERNAME = "admin")
Sys.setenv(OPENCAST_PASSWORD = "opencast")

series <- oc_list_series()

resp <- oc_series(series$content$identifier[1])

resp

opencastR documentation built on March 19, 2020, 5:12 p.m.