R/comcat.R

Defines functions comcat

Documented in comcat

# 20170129 Convenience combinine format with comma and cat("\n") to
# return a printed string rather than print().

comcat <- function(x, ...)
{
  cat(format(x, ..., big.mark=",", scientific=FALSE, trim=TRUE), "\n")
}

Try the rattle package in your browser

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

rattle documentation built on March 21, 2022, 5:06 p.m.