View source: R/format_big_number.R
format_big_number | R Documentation |
Format an object using a comma and rounding to the nearest integer.
format_big_number(x, digits = 0)
x |
A vector that will be passed to |
digits |
The number of digits you want to include
when rounding and using |
Character values are returned using format()
.
# Remove tenth
format_big_number(1.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.