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

opal.taxonomy_delete(opal, taxonomy)

Arguments

opal

Opal object.

taxonomy

Name of the taxonomy.

Examples

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