#' @param verbose \code{logical}, verbose output?
#' @param \ldots further arguments passed to \code{message}.
#' @noRd
.msg <- function(verbose, ...) {
if (verbose) {
message(...)
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.