#' add_quietly
#'
#' Useful in conjunction with ggplot, as a silent substitute for `+`.
#'
#' @export
add_quietly <- function (...) {
purrr::pluck(purrr::quietly(add)(...), "result")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.