powered by
Note - currently limited to .Machine$integer.max.
.Machine$integer.max
count_as_word(value, fmt = "%.1f")
A single positive integer
Extra number formatting supplied to sprintf
Returns a string with the power of a number replaced by the appropriate word.
# NOT RUN { count_as_word(100) count_as_word(1000000) count_as_word(1200000000) # }
Run the code above in your browser using DataLab