Learn R Programming

opencastR (version 0.1.3)

oc_package_query: opencastR query function

Description

This is an internal function of the opencastR package to query the api.

Usage

oc_package_query(url = "https://legacy.opencast.org/api/", query = NULL)

Arguments

url

The URL for the api call.

query

A list of query parameters.

Value

The response of the api call.

Examples

Run this code
# NOT RUN {
oc_package_query()
# }

Run the code above in your browser using DataLab