R package to interact between Opal and R.
install.packages("remotes")## Install from GitHub
remotes::install_github("LUMC/OpalLUMCADM")
## Install specific version from GitHub
remotes::install_github("LUMC/OpalLUMCADM@VERSION_TAG")## Load package
library(OpalLUMCADM)
Check example.Rmd in the example folder