#R
.onAttach <- function(lib, pkg) {
if (interactive()) {
version <- utils::packageVersion('prozor')
packageStartupMessage("Package 'prozor' version ", version)
# packageStartupMessage("Type 'citation(\"prozor\")' for citing this R package in publications.")
invisible()
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.