opalr (version 1.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.projects(), opal.project(), opal.tables(), opal.table(), opal.variables(), opal.variable()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.valueset(o, 'datashield', 'CNSIM1', '1008573362')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace