#' Helper function to print out log messages
#'
#' @param message Message that should be printed to R console
log_msg <- function(message) {
if (getOption("xspliner.log", default = FALSE)) {
cat(message, "\n")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.