View source: R/opal.datasource.R
opal.datasource | R Documentation |
Get a datasource
opal.datasource(opal, datasource)
opal |
Opal object. |
datasource |
Name of the datasource. |
Other datasource functions:
opal.annotate()
,
opal.annotations()
,
opal.attribute_values()
,
opal.datasources()
,
opal.table()
,
opal.tables()
,
opal.valueset()
,
opal.variable()
,
opal.variable_summary()
,
opal.variables()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.datasource(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.