Nothing
clean_downloaded_data <- function() {
if (!is.null(getOption("labNorm.dir")) && dir.exists(getOption("labNorm.dir"))) {
unlink(file.path(getOption("labNorm.dir"), "Clalit"), recursive = TRUE)
unlink(file.path(getOption("labNorm.dir"), "UKBB"), recursive = TRUE)
options(labNorm.dir = NULL)
pkgenv$asked_to_download <- FALSE
pkgenv$alerted_about_download <- FALSE
pkgenv[["Clalit"]] <- NULL
pkgenv[["UKBB"]] <- NULL
}
}
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.