.onAttach <- function(libname, pkgname) {
packageStartupMessage(paste0("Version: ", utils::packageDescription('Mar.odissupport')$Version))
}
.onLoad <- function(libname, pkgname){
options(stringsAsFactors = FALSE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.