View source: R/opal.taxonomy.R
opal.taxonomy_delete | R Documentation |
Delete a taxonomy, without failing if the taxonomy does not exist.
opal.taxonomy_delete(opal, taxonomy)
opal |
Opal object. |
taxonomy |
Name of the taxonomy. |
Other taxonomy functions:
opal.taxonomies()
,
opal.taxonomy()
,
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.taxonomy_delete(o, 'Mlstr_area')
opal.logout(o)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.