R/roundC.R

Defines functions roundC

Documented in roundC

roundC <-
function(x,dg=1){ formatC(x,format='f',digits=dg) }
colinsheppard/colinmisc documentation built on July 10, 2020, 5:59 p.m.