View source: R/opal.taxonomy.R
opal.taxonomies | R Documentation |
Get all taxonomies. A taxonomy describes the annotations that can be applied to the variables. Taxonomies also drive the variables search interface.
opal.taxonomies(opal, locale = "en", df = TRUE)
opal |
Opal object. |
locale |
The language for labels (default is "en"). |
df |
Return a data.frame (default is TRUE) |
Other taxonomy functions:
opal.taxonomy()
,
opal.taxonomy_delete()
,
opal.taxonomy_download()
,
opal.taxonomy_upload()
,
opal.terms()
,
opal.vocabularies()
,
opal.vocabulary()
## Not run:
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.taxonomies(o)
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.