Get a table of a datasource
opal.table(opal, datasource, table, counts = FALSE)
Opal object.
Name of the datasource.
Name of the table in the datasource.
Flag to get the number of variables and entities (default is FALSE).
Other datasource functions:
opal.annotate()
,
opal.annotations()
,
opal.attribute_values()
,
opal.datasources()
,
opal.datasource()
,
opal.tables()
,
opal.valueset()
,
opal.variable_summary()
,
opal.variables()
,
opal.variable()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.table(o, 'CNSIM', 'CNSIM1')
opal.logout(o)
}