formatDigitsLargeNumbers | R Documentation |
Function factory to be used to specify the number of digits to be used in large numbers. The function generates numbers as strings w/o big marks (US/UK commas)
formatDigitsLargeNumbers(digits)
digits |
integer value that specifies the number of digits to be used by the resulting function |
a function that will take a numeric vector as an argument and returns a character vector of the numeric vector with the set number of digits (see ?scales::lebel_number for more info) but w/o big marks
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.