opalr (version 1.4.1)

opal.vocabularies: Get the vocabularies of a taxonomy

Description

Get all the vocabularies of a taxonomy. A vocabulary describes the possible values of variable annotations.

Usage

opal.vocabularies(opal, taxonomy, locale = "en", df = TRUE)

Arguments

opal

Opal object.

taxonomy

Name of the taxonomy

locale

The language for labels (default is "en").

df

Return a data.frame (default is TRUE)

See Also

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

Examples

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

Run the code above in your browser using DataLab