Learn R Programming

opencastR (version 0.1.3)

oc_password: Opencast password

Description

This function returns the users Opencast password that is set in the environment variable OPENCAST_PASSWORD.

Usage

oc_password()

Arguments

Value

A character string containing the users Opencast password.

See Also

oc_hostname oc_username

Examples

Run this code
# NOT RUN {
Sys.setenv(OPENCAST_PASSWORD = "opencast")

oc_password()
# }

Run the code above in your browser using DataLab