| opal.valueset {opalr} | R Documentation |
Get the values of an entity
Description
Get the values of an entity in a table.
Usage
opal.valueset(opal, datasource, table, identifier)
Arguments
opal |
Opal object. |
datasource |
Name of the datasource. |
table |
Name of the table in the datasource. |
identifier |
Entity identifier. |
See Also
Other datasource functions:
opal.annotate(),
opal.annotations(),
opal.attribute_values(),
opal.datasources(),
opal.datasource(),
opal.tables(),
opal.table(),
opal.variable_summary(),
opal.variables(),
opal.variable()
Examples
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.valueset(o, 'CNSIM', 'CNSIM1', '1008573362')
opal.logout(o)
## End(Not run)
[Package opalr version 3.4.1 Index]