opal.taxonomy: Get a taxonomy

View source: R/opal.taxonomy.R

opal.taxonomyR Documentation

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.taxonomy_delete(), opal.taxonomy_download(), opal.taxonomy_upload(), opal.terms(), opal.vocabularies(), opal.vocabulary()

Examples

## Not run: 
o <- opal.login('administrator','password', url='https://opal-demo.obiba.org')
opal.taxonomy(o, 'Mlstr_area')
opal.logout(o)

## End(Not run)

opalr documentation built on Oct. 6, 2023, 5:08 p.m.