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()
}

Try the blastula package in your browser

Any scripts or data that you put into this service are public.

blastula documentation built on April 3, 2025, 5:59 p.m.