.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0("floundeR v",
utils::packageVersion("floundeR")))
invisible()
}
.onLoad <- function(libname, pkgname){
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.