View source: R/09-opal_functions.R
taxonomy_opal_mlstr_get | R Documentation |
Downloads all taxonomies from an Opal server in a specific tibble format used in the Maelstrom Research ecosystem.
taxonomy_opal_mlstr_get(opal)
opal |
Opal login attributes. |
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.
A tibble identifying a taxonomy (generally generated from Opal taxonomy.
Please see Opal documentation for
complete documentation.
madshapR::as_taxonomy()
## Not run:
library(opalr)
opal <-
opal.login('administrator','password',
url ='https://opal-demo.obiba.org/')
try(taxonomy_opal_mlstr_get(opal))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.