library(opalr)
library(harmor)
o <- opal.login("administrator", "password", "https://opal-demo.obiba.org")
# complete book with all the domains
makeHarmonizationBook(o, "CPTP", "Coreqx_final", outDir = "../harmobook-demo")
# book for a set of domains
makeHarmonizationBook(o, "CPTP", "Coreqx_final", vocabularies = c("Lifestyle_behaviours"),
outDir = "../harmobook-demo")
opal.logout(o)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.