R/print.R

#' @export
print.rodham <- function(x, ...) {
  writeLines(
    sprintf("%s emails", length(x))
  )
}

Try the rodham package in your browser

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

rodham documentation built on May 1, 2019, 10:21 p.m.