opalr (version 1.4.1)

opal.resources: Get the resource references of a project

Description

Get the resource references of a project

Usage

opal.resources(opal, project, df = TRUE)

Arguments

opal

Opal object.

project

Name of the project.

df

Return a data.frame (default is TRUE)

See Also

Other project functions: opal.resource()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.resources(o, 'datashield')
opal.logout(o)
# }

Run the code above in your browser using DataLab