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

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)

Examples

if (FALSE) {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.vocabularies(o, 'Mlstr_area')
opal.logout(o)
}