Nothing
pkgenv <- new.env(parent = emptyenv())
pkgenv$asked_to_download <- FALSE
pkgenv$alerted_about_download <- FALSE
pkgenv$age_limits <- list(
Clalit = c(20, 89),
UKBB = c(35, 80),
"Clalit-demo" = c(20, 89)
)
.onLoad <- function(lib, pkg) {
options(labNorm.dir = rappdirs::user_data_dir("labNorm"))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.