powered by
Get the values of an entity in a table.
opal.valueset(opal, datasource, table, identifier)
Opal object.
Name of the datasource.
Name of the table in the datasource.
Entity identifier.
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()
opal.annotate()
opal.annotations()
opal.attribute_values()
opal.datasources()
opal.datasource()
opal.tables()
opal.table()
opal.variable_summary()
opal.variables()
opal.variable()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.valueset(o, 'CNSIM', 'CNSIM1', '1008573362') opal.logout(o) }
Run the code above in your browser using DataLab