opalr (version 1.4.1)

opal.table: Get a table of a datasource

Description

Get a table of a datasource

Usage

opal.table(opal, datasource, table, counts = FALSE)

Arguments

opal

Opal object.

datasource

Name of the datasource.

table

Name of the table in the datasource.

counts

Flag to get the number of variables and entities (default is FALSE).

See Also

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

Examples

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

Run the code above in your browser using DataLab