powered by
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.datasource(), opal.datasources(), opal.tables(), opal.valueset(), opal.variable(), opal.variable_summary(), opal.variables()
opal.annotate()
opal.annotations()
opal.attribute_values()
opal.datasource()
opal.datasources()
opal.tables()
opal.valueset()
opal.variable()
opal.variable_summary()
opal.variables()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.table(o, 'CNSIM', 'CNSIM1') opal.logout(o) }
Run the code above in your browser using DataLab