##### wilberts misc R functions####
.onAttach <- function(lib, pkg, ...) {
out <- paste0(
"wmisc ", utils::packageVersion("wmisc"),
" (", utils::packageDate('wmisc'), ")\n"
)
packageStartupMessage(out)
}
.onLoad <- function(lib, pkg, ...) {
options(list(
wmisc.nice.table.engine = "gt"
))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.