opalr (version 3.4.1)

opal.valueset: 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

Run this code
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