R/utils.R

Defines functions cat_line_subtle big_mark

big_mark <- function(x, ...) {
  mark <- if (identical(getOption("OutDec"), ",")) "." else ","
  formatC(x, big.mark = mark, ...)
}

cat_line_subtle <- function(...) {
  cli::cat_line(pillar::style_subtle(paste0(...)))
}

Try the adverbial package in your browser

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

adverbial documentation built on June 8, 2025, 11:33 a.m.