Learn R Programming

mlstrOpalr (version 1.0.3)

taxonomy_opal_get: Get available taxonomies in format used by Opal

Description

Downloads all taxonomies from an Opal server in a specific tibble format used by Opal.

Usage

taxonomy_opal_get(opal)

Value

A tibble identifying a taxonomy (generally generated from Opal taxonomy).

Arguments

opal

Opal login attributes.

Details

Opal is the OBiBa application for data management, and Opal environments can be integrated with RStudio environments using the package opalr. The user must have adequate credentials to interact with a specific Opal environment. Some function errors produced may be associated with the handler or Opal read/write permissions.

See Also

Please see Opal documentation for complete documentation. madshapR::as_taxonomy()

Examples

Run this code
if (FALSE) {

library(opalr)
library(dplyr)

opal <- 
 opal.login('administrator','password',
   url ='https://opal-demo.obiba.org/')
  
try(glimpse(taxonomy_opal_get(opal)))

}

Run the code above in your browser using DataLab