opal.taxonomies: Get taxonomies

View source: R/opal.taxonomy.R

opal.taxonomiesR Documentation

Get taxonomies

Description

Get all taxonomies. A taxonomy describes the annotations that can be applied to the variables. Taxonomies also drive the variables search interface.

Usage

opal.taxonomies(opal, locale = "en", df = TRUE)

Arguments

opal

Opal object.

locale

The language for labels (default is "en").

df

Return a data.frame (default is TRUE)

See Also

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

Examples

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

## End(Not run)

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