oc_info_organization: Query Opencast current organization

View source: R/oc_info_organization.R

oc_info_organizationR Documentation

Query Opencast current organization

Description

Returns the current organization.

Usage

oc_info_organization()

Details

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

Value

A list containing the settings for the anonymous role, the name, the admin role and the id.

Examples

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

oc_info_organization()

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