View source: R/opal.datasource.R
| opal.variables | R Documentation |
Get variables of a table
opal.variables(opal, datasource, table, locale = "en", df = TRUE)
opal |
Opal object. |
datasource |
Name of the datasource. |
table |
Name of the table in the datasource. |
locale |
The language for labels (default is "en"). |
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.tables(),
opal.valueset(),
opal.variable(),
opal.variable_summary()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.variables(o, 'CNSIM', 'CNSIM1')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.