R/round2.R
round2.Rd
Round using conventional rounding, where .5 always gets rounded up.
round2(x, n)
vector
digits to round to
round2(0.05, 1)#> [1] 0.1