Use Caliper software from R
if (!require("devtools")) install.packages("devtools", dependencies = TRUE)
devtools::install_github("https://github.com/Caliper-Corporation/caliperR", build_vignettes = TRUE)
library(caliperR)
dk <- connect()
RunMacro("G30 Tutorial Folder")
#> "C:/Users/..."
For more details, see:
vignette("using-caliperR")
# To list all package vignettes:
# vignette(package = "caliperR")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.