Nothing
.find_pkgs <- function(pkgs) {
exist <- nzchar(vapply(pkgs, function(pkg) system.file(package = pkg[[1]]), character(1)))
if(is.list(pkgs)) {
names(exist) <- vapply(pkgs, `[[`, character(1), 1)
} else {
names(exist) <- pkgs
}
return(exist)
}
`%||%` <- function(l, r) if (is.null(l)) r else l
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.