opalr (version 1.4.1)

opal.projects: Get projects

Description

Get projects

Usage

opal.projects(opal, df = TRUE)

Arguments

opal

Opal object.

df

Return a data.frame (default is TRUE)

See Also

Other datasource functions: opal.annotate(), opal.annotations(), opal.attribute_values(), opal.datasources(), opal.datasource(), opal.project(), 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.projects(o)
opal.logout(o)
# }

Run the code above in your browser using DataLab