print.oc_version_default: Print result of oc_version_default()

View source: R/oc_version_default.R

print.oc_version_defaultR Documentation

Print result of oc_version_default()

Description

Print a structured return of the oc_version_default() function.

Usage

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

See Also

oc_version_default

Examples

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

resp <- oc_version_default()

resp

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