Nothing
#' @importFrom grDevices col2rgb
#' @importFrom methods new
#' @importFrom stats as.formula model.matrix relevel
#' @importFrom utils head
.onLoad <- function(libname, pkgname) {
op <- options()
op.ggpicrust2 <- list(
ggpicrust2.cache_enabled = TRUE,
ggpicrust2.verbose = TRUE,
ggpicrust2.max_retries = 3,
ggpicrust2.timeout = 300
)
toset <- !(names(op.ggpicrust2) %in% names(op))
if (any(toset)) options(op.ggpicrust2[toset])
invisible()
}
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.