powered by
Get a vector of attribute values (for each locale) matching the given attribute namespace and name. Vector is null if no such attribute is found.
opal.attribute_values(attributes, namespace = NULL, name = "label")
A list of attributes, usually variable or category attributes.
Optional attribute namespace.
Required attribute name.
Other datasource functions: opal.annotate(), opal.annotations(), opal.datasource(), opal.datasources(), opal.table(), opal.tables(), opal.valueset(), opal.variable(), opal.variable_summary(), opal.variables()
opal.annotate()
opal.annotations()
opal.datasource()
opal.datasources()
opal.table()
opal.tables()
opal.valueset()
opal.variable()
opal.variable_summary()
opal.variables()
if (FALSE) { o <- opal.login('administrator','password', url='https://opal-demo.obiba.org') var <- opal.variable(o, 'CNSIM', 'CNSIM1', 'GENDER') opal.attribute_values(var$attributes) opal.logout(o) }
Run the code above in your browser using DataLab