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.projects, opal.project, opal.tables, opal.table, opal.variables, opal.variable
opal.annotate
opal.annotations
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.tables
opal.table
opal.variables
opal.variable
# 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 DataLab