opalr (version 1.4.1)

opal.attribute_values: Get a vector of values

Description

Get a vector of values (for each locale) matching the given attribute namespace and name. Vector is null if no such attribute is found.

Usage

opal.attribute_values(attributes, namespace = NULL, name = "label")

Arguments

attributes

A list of attributes, usually variable or category attributes.

namespace

Optional attribute namespace.

name

Required attribute name.

See Also

Other datasource functions: opal.annotate(), opal.annotations(), opal.datasources(), opal.datasource(), opal.projects(), opal.project(), opal.tables(), opal.table(), opal.valueset(), opal.variables(), opal.variable()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
var <- opal.variable(o, 'datashield', 'CNSIM1', 'GENDER')
opal.attribute_values(var$attributes)
opal.logout(o)
# }

Run the code above in your browser using DataLab