R/print.R

Defines functions print.blastula_message

Documented in print.blastula_message

#' Print the email object to the Viewer
#'
#' This function will provide a preview of the email message.
#' @param x An `email_message` object.
#' @keywords internal
#' @export
print.blastula_message <- function(x, ...) {

  x[["html_html"]] %>%
    htmltools::html_print()
}
rich-iannone/blastula documentation built on Feb. 27, 2024, 9:55 p.m.