R/utils.R
specify_decimal.Rd
Specify a decimal
specify_decimal(x, k)
a number to be rounded
round to which position after the comma
## specify 2 decimals of a number specify_decimal(1.0434, 2) #> [1] "1.04"