R/fround.R

fround <- function (x, digits) {
    format (round (x, digits), nsmall=digits)
}
  
pfround <- function (x, digits) {
    print (fround (x, digits), quote=FALSE)
}
 

Try the arm package in your browser

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

arm documentation built on Oct. 15, 2021, 3 p.m.