Description Usage Arguments Value Examples
View source: R/utility_functions.r
Convert a small number to a text representation
1 | num_to_text(x, capitalize = FALSE)
|
x |
An integer to convert to text. |
capitalize |
Boolean - whether or not to capitalize text |
A character string.
1 2 | num_to_text(5, capitalize = TRUE)
num_to_text(23, capitalize = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.