View source: R/opal.datasource.R
| opal.variable | R Documentation |
Get a variable of a table
opal.variable(opal, datasource, table, variable)
opal |
Opal object. |
datasource |
Name of the datasource. |
table |
Name of the table in the datasource. |
variable |
Name of the variable in the table. |
Other datasource functions:
opal.annotate(),
opal.annotations(),
opal.attribute_values(),
opal.datasource(),
opal.datasources(),
opal.table(),
opal.tables(),
opal.valueset(),
opal.variable_summary(),
opal.variables()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.variable(o, 'CNSIM', 'CNSIM1', 'GENDER')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.