
Last chance! 50% off unlimited learning
Sale ends in
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.datasource()
,
opal.datasources()
,
opal.table()
,
opal.tables()
,
opal.valueset()
,
opal.variable_summary()
,
opal.variables()
if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.variable(o, 'CNSIM', 'CNSIM1', 'GENDER')
opal.logout(o)
}
Run the code above in your browser using DataLab