Nothing
validate_core_package <- function(package, packages) {
if (!package %in% rownames(packages)) {
stopf(
c("`package` must be one of R core packages.\n",
"(i) Package `%1$s` is not a part of R core"),
package
)
}
}
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.