Get all the vocabularies of a taxonomy. A vocabulary describes the possible values of variable annotations.
See also
Other taxonomy functions:
opal.taxonomies(),
opal.taxonomy(),
opal.taxonomy_delete(),
opal.taxonomy_download(),
opal.taxonomy_upload(),
opal.terms(),
opal.vocabulary()
Examples
if (FALSE) { # \dontrun{
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.vocabularies(o, 'Mlstr_area')
opal.logout(o)
} # }