Get the values of an entity in a table.

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.

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.valueset(o, 'CNSIM', 'CNSIM1', '1008573362')
opal.logout(o)
}