opalr (version 1.4.1)

opal.taxonomy: Get a taxonomy

Description

Get a specific taxonomy details.

Usage

opal.taxonomy(opal, taxonomy)

Arguments

opal

Opal object.

taxonomy

Name of the taxonomy

See Also

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

Examples

Run this code
# NOT RUN {
o <- opal.login('administrator','password','https://opal-demo.obiba.org')
opal.taxonomy(o, 'Mlstr_area')
opal.logout(o)
# }

Run the code above in your browser using DataCamp Workspace