R/numbers.R
round_string.Rd
from float number to fixed digits character
round_string(x, digits = 2)
number
hold n digits after the decimal point
character
round_string(1.1, 2) #> [1] "1.10"