print.oc_info_me_roles: Print result of oc_info_me_roles()

Description Usage Arguments Value See Also Examples

View source: R/oc_info_me_roles.R

Description

Print a structured return of the oc_info_me_roles() function.

Usage

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

See Also

oc_info_me_roles

Examples

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

resp <- oc_info_me_roles()

resp

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