#' message_debug
#'
#' Extension of message method, instead yolked to a flag defining level of verbosity.
#'
#' @param fittingObject core fitting object
#' @param msg (char) message
#'
#' @author Shawn Gilroy <sgilroy1@lsu.edu>
message_debug <- function(fittingObject, msg) {
if (fittingObject[[ "verbose" ]] == TRUE) message(msg)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.