opalr (version 1.4.1)

opal.resource: Get a resource of a project

Description

Get a resource of a project

Usage

opal.resource(opal, project, resource)

Arguments

opal

Opal object.

project

Name of the project.

resource

Name of the resource in the project.

See Also

Other project functions: opal.resources()

Examples

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

Run the code above in your browser using DataLab