Learn R Programming

opalr (version 1.2.0)

opal.project: Get a project

Description

Get a project

Usage

opal.project(opal, project)

Arguments

opal

Opal object.

project

Name of the project

See Also

Other datasource functions: opal.annotate, opal.annotations, opal.attribute_values, opal.datasources, opal.datasource, opal.projects, opal.tables, opal.table, opal.valueset, opal.variables, opal.variable

Examples

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

Run the code above in your browser using DataLab