S3_class_message <- function(...) {
if (!getOption("ccmppWPP.suppress_S3_class_messages", default = FALSE))
message(...)
invisible()
}
S3_class_warning <- function(...) {
if (!getOption("ccmppWPP.suppress_S3_class_warnings", default = FALSE))
warning(..., call. = FALSE)
invisible()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.