Last chance! 50% off unlimited learning
Sale ends in
Get all the vocabularies of a taxonomy. A vocabulary describes the possible values of variable annotations.
opal.vocabularies(opal, taxonomy, locale = "en", df = TRUE)
Opal object.
Name of the taxonomy
The language for labels (default is "en").
Return a data.frame (default is TRUE)
Other taxonomy functions:
opal.taxonomies()
,
opal.taxonomy_delete()
,
opal.taxonomy_download()
,
opal.taxonomy_upload()
,
opal.taxonomy()
,
opal.terms()
,
opal.vocabulary()
# NOT RUN {
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.vocabularies(o, 'Mlstr_area')
opal.logout(o)
# }
Run the code above in your browser using DataLab