View source: R/helper_functions.r
format_four_chars | R Documentation |
This function formats a number to a string of exactly four characters.
format_four_chars(num)
num |
The number to be formatted. |
A string representation of the number with exactly four characters.
format_four_chars(123)
format_four_chars(-12.34)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.