oc_event_list_publications: Query Opencast for a specific events publications

Description Usage Arguments Details Value Examples

View source: R/oc_event_list_publications.R

Description

Returns an event's list of publications.

Usage

1

Arguments

eventId

The event id

sign

Whether public distribution urls should be signed.

Details

This function expects the hostname, username and password to be set as environment variables.

Value

Returns an event's list of publications.

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")

events <- oc_list_events()

oc_event_list_publications(events$content$identifier[1])

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