Description Usage Arguments Value Examples
Read number in English and capitalize the first letter
english_
fix the problem of showing digits in Rmd.
1 2 3 | english_cap1(x, Zero = "No")
english(x)
|
x |
an integer vector |
Zero |
how to read 0 |
a text
1 2 | english_cap1(c(1, 2))
english(c(1, 2))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.