Learn R Programming

opalr (version 3.3.1)

opal.taxonomy_delete: Delete a taxonomy

Description

Delete a taxonomy, without failing if the taxonomy does not exist.

Usage

opal.taxonomy_delete(opal, taxonomy)

Arguments

opal

Opal object.

taxonomy

Name of the taxonomy.

See Also

Other taxonomy functions: opal.taxonomies(), opal.taxonomy_download(), opal.taxonomy_upload(), opal.taxonomy(), opal.terms(), opal.vocabularies(), opal.vocabulary()

Examples

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

Run the code above in your browser using DataLab