powered by
Print a structured return of the oc_list_groups() function.
# S3 method for oc_list_groups print(x, ...)
The return of the function this print function relates to.
Possible further options to the print function.
A structured print of the return by the oc_list_groups() function.
oc_list_groups
# NOT RUN { Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org") Sys.setenv(OPENCAST_USERNAME = "admin") Sys.setenv(OPENCAST_PASSWORD = "opencast") resp <- oc_list_groups() resp # }
Run the code above in your browser using DataLab