R/formatP.R

formatP <-
function(p, digits = 3, scientific = FALSE, ...){
  format(p,digits = digits, scientific = scientific, ...)
}

Try the rmdHelpers package in your browser

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

rmdHelpers documentation built on May 1, 2019, 7:33 p.m.