number2word | R Documentation |
Convert number to verbal
number2word(x, L, prefix = "numword_", suffix = "numwordPlural")
x |
LR number (on log10 scale) |
L |
Language object (returned from getLanguage) |
prefix |
Defined key-prefix for obtaining word equivalents |
suffix |
Defined key for end of word when value>1 (plural) |
A vector with two elements (verbal and numeric expression)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.