View source: R/opal.annotations.R
opal.annotations | R Documentation |
Directly retrieves from the table's data dictionary the variable annotations (attributes with a namespace).
opal.annotations(opal, datasource, table)
opal |
Opal object. |
datasource |
Name of the datasource. |
table |
Name of the table in the datasource. |
A data frame in long format (one row per annotation).
Other datasource functions:
opal.annotate()
,
opal.attribute_values()
,
opal.datasource()
,
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.annotations(o, 'CPTP', 'Coreqx_final')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.