powered by
Get a variable of a table
opal.variable(opal, datasource, table, variable)
Opal object.
Name of the datasource.
Name of the table in the datasource.
Name of the variable in the table.
Other datasource functions: opal.annotate, opal.annotations, opal.attribute_values, opal.datasources, opal.datasource, opal.projects, opal.project, opal.tables, opal.table, opal.valueset, opal.variables
opal.annotate
opal.annotations
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.tables
opal.table
opal.valueset
opal.variables
# NOT RUN { o <- opal.login('administrator','password','https://opal-demo.obiba.org') opal.variable(o, 'datashield', 'CNSIM1', 'GENDER') opal.logout(o) # }
Run the code above in your browser using DataLab