stop.with.message <- function(...) {
stop(do.call(paste, list(...)))
}
warning.with.message <- function(...) {
warning(do.call(paste, list(...)))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.