Description
Support Compatibility Between 'Maelstrom' R Packages and 'Opal' Environment.
Description
Functions to support compatibility between 'Maelstrom' R packages and 'Opal' environment. 'Opal' is the 'OBiBa' core database application for biobanks. It is used to build data repositories that integrates data collected from multiple sources. 'Opal Maelstrom' is a specific implementation of this software. This 'Opal' client is specifically designed to interact with 'Opal Maelstrom' distributions to perform operations on the R server side. The user must have adequate credentials. Please see <https://opaldoc.obiba.org/> for complete documentation.
README.md
mlstrOpalr
Functions to support compatibility between Maelstrom R packages and Opal environment. 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. Please see Opal documentation for complete documentation.
Get started
Install the package
# To update the R package in your R environment you may first need to remove
# it, and use the exit command quit() to terminate the current R session.
# To install the R package:
install.packages('mlstrOpalr')
library(mlstrOpalr)
#if you need help with the package, please use:
mlstrOpalr_help()