Learn R Programming

opencastR (version 0.1.3)

oc_hostname: Opencast hostname

Description

This function returns the Opencast hostname that is set in the environment variable OPENCAST_HOST.

Usage

oc_hostname()

Arguments

Value

A character string containing the Opencast hostname.

See Also

oc_username oc_password

Examples

Run this code
# NOT RUN {
Sys.setenv(OPENCAST_HOST = "https://legacy.opencast.org")

oc_hostname()
# }

Run the code above in your browser using DataLab