R/round2.R

Defines functions round2

Documented in round2

round2 <-
function(x, digits=2) round(x, digits=digits)
vlulla/vlutils documentation built on May 21, 2019, 12:35 a.m.