### this is run every time library(NMdata) or require(NMdata) is
### called.
.NMdata <- new.env(parent = emptyenv())
.NMdata$options <- list()
NMdataConf(reset=TRUE)
##' @importFrom utils packageVersion
.onAttach <- function(libname,pkgname){
packageStartupMessage(paste0("NMdata ",packageVersion("NMdata"),". Browse NMdata documentation at\nhttps://NMautoverse.github.io/NMdata/"))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.