powered by
Get variables of a table
opal.variables(opal, datasource, table, locale = "en", df = TRUE)
Opal object.
Name of the datasource.
Name of the table in the datasource.
The language for labels (default is "en").
Return a data.frame (default is TRUE)
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.variable
opal.annotate
opal.annotations
opal.attribute_values
opal.datasources
opal.datasource
opal.projects
opal.project
opal.tables
opal.table
opal.valueset
opal.variable
# NOT RUN { o <- opal.login('administrator','password','https://opal-demo.obiba.org') opal.variables(o, 'datashield', 'CNSIM1') opal.logout(o) # }
Run the code above in your browser using DataLab