R/print.R

Defines functions print.statsExpressions

#' @export
print.statsExpressions <- function(x, ...) {
  withr::with_options(
    list(pillar.width = Inf, pillar.bold = TRUE, pillar.subtle_num = TRUE),
    NextMethod()
  )

  invisible(x)
}

Try the statsExpressions package in your browser

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

statsExpressions documentation built on Sept. 12, 2023, 5:07 p.m.