# retrieve_data_files(target.dir = "data") # uncomment if needed
inputfiles <- dir("data/parameters/", full.names = TRUE)
ncores <- 2 # parallel::detectCores() - 1
# run for all specs files
for (i in seq_along(inputfiles)){
cat("\nProcessing example", i, "of", length(inputfiles), "\n")
defs <- run_CALANGO(inputfiles[i], cores = ncores)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.