Nothing
if (Sys.getenv("NOT_CRAN") != "" && Sys.getenv("CI") == "" && interactive()) {
# Created with:
methods::getGenerics(asNamespace("DBI")) %>%
grep("^db[A-Z]", ., value = TRUE) %>%
setdiff(c("dbCallProc", "dbListConnections", "dbSetDataMappings", "dbGetException")) %>%
paste0("#' @exportMethod ", ., "\nNULL\n", collapse = "\n") %>%
paste0(
"# Generated by helper-reexport.R, do not edit by hand\n\n",
.,
"\n#' @export\nDBI::Id\n"
) %>%
cat(file = "../../R/export.R")
}
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.