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.tables(), opal.table(), opal.valueset(), opal.variable_summary(), opal.variable()
opal.annotate()
opal.annotations()
opal.attribute_values()
opal.datasources()
opal.datasource()
opal.tables()
opal.table()
opal.valueset()
opal.variable_summary()
opal.variable()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') opal.variables(o, 'CNSIM', 'CNSIM1') opal.logout(o) }
Run the code above in your browser using DataLab