print.oc_group: Print result of oc_group()

View source: R/oc_group.R

print.oc_groupR Documentation

Print result of oc_group()

Description

Print a structured return of the oc_group() function.

Usage

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

See Also

oc_group

Examples


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

resp <- oc_group("MH_DEFAULT_ORG_EXTERNAL_APPLICATIONS")

resp


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