Description Usage Arguments Value Examples
Converts an integer value or vector of integer values into string(s) without any decimal point, padding them with leading zeroes to ensure they are all the same length.
1 | fmt_int(num)
|
num |
integer vector of values to be converted (these do not need to be
of class |
character: vector of formatted integer values, padded to the length of the largest value with leading spaces.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.