opalr (version 1.4.1)

opal.vocabulary: Get a taxonomy vocabulary

Description

Get a specific vocabulary details.

Usage

opal.vocabulary(opal, taxonomy, vocabulary)

Arguments

opal

Opal object.

taxonomy

Name of the taxonomy

vocabulary

Name of the vocabulary in the taxonomy

See Also

Other taxonomy functions: opal.taxonomies(), opal.taxonomy(), opal.terms(), opal.vocabularies()

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.vocabulary(o, 'Mlstr_area', 'Lifestyle_behaviours')
opal.logout(o)
# }

Run the code above in your browser using DataLab