numbers2words | R Documentation |
Edited from the Github file by ateucher.
numbers2words(x)
x |
Numeric |
Character. 'spelled out' (in english) x.
x <- 10
numbers2words(10)
x <- c(x, 0, 20)
numbers2words(x)
x <- c(x, sample(1:10000,1))
numbers2words(x)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.