Learn R Programming

opalr (version 2.0.0)

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.project_create(), opal.project_delete(), opal.project_exists(), opal.projects(), opal.project(), opal.resource_create(), opal.resource_exists(), opal.resource_get(), opal.resource()

Examples

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

Run the code above in your browser using DataLab