oc_info_me: Query Opencast current user

View source: R/oc_info_me.R

oc_info_meR Documentation

Query Opencast current user

Description

Returns information on the logged in user.

Usage

oc_info_me()

Details

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

Value

A list containing the information about the current user.

Examples

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

oc_info_me()

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