R/helpers.R

Defines functions paste3_formatter

paste3_formatter <- function(m, l, u, d){
  paste0(format(m,digits=d),
         " [",
         format(l,digits=d),
         ", ",
         format(u,digits=d),
         "]")
}

Try the baggr package in your browser

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

baggr documentation built on May 29, 2024, 6:33 a.m.