format_big_number.RdFormat an object using a comma and rounding to the nearest integer.
format_big_number(x, digits = 0)A vector that will be passed to format().
The number of digits you want to include
when rounding and using round(digits = digits).
Character values are returned using format().
# Remove tenth
format_big_number(1.1)
#> [1] "1"