Description Usage Arguments Value See Also Examples
View source: R/oc_event_publication.R
Print a structured return of the oc_event_publication() function.
1 2 |
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_event_publication() function.
1 2 3 4 5 6 7 8 9 10 11 | Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")
Sys.setenv(OPENCAST_USERNAME = "admin")
Sys.setenv(OPENCAST_PASSWORD = "opencast")
events <- oc_list_events()
publications <- oc_event_list_publications(events$content$identifier[1])
resp <- oc_event_publication(events$content$identifier[1],
publications$content$id[1])
resp
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.