View source: R/opal.datasource.R
opal.tables | R Documentation |
Get tables of a datasource
opal.tables(opal, datasource, counts = FALSE, df = TRUE)
opal |
Opal object. |
datasource |
Name of the datasource. |
counts |
Flag to get the number of variables and entities (default is FALSE). |
df |
Return a data.frame (default is TRUE) |
Other datasource functions:
opal.annotate()
,
opal.annotations()
,
opal.attribute_values()
,
opal.datasource()
,
opal.datasources()
,
opal.table()
,
opal.valueset()
,
opal.variable()
,
opal.variable_summary()
,
opal.variables()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.tables(o, 'CNSIM')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.