Nothing
#' @importFrom utils packageVersion
.onAttach <- function(libname, pkgname) {
packageStartupMessage("Thank you for using episensr!")
packageStartupMessage("This is version ", packageVersion(pkgname), " of ", pkgname)
packageStartupMessage("Type 'citation(\"episensr\")' for citing this R package in publications.\n")
}
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.