Nothing
.onLoad <- function(libname, pkgname) {
chk <- tolower(Sys.getenv("_R_CHECK_LIMIT_CORES_", ""))
if (nzchar(chk) && !chk %in% c("false", "0")) {
data.table::setDTthreads(2L)
}
}
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.