View source: R/strj-japanese.R
| strj_transcribe_num | R Documentation |
Converts integer values to their Japanese kanji numeral representations.
This function transcribes integers up to the trillions place into kanji numerals. For larger numbers or more comprehensive numeral support, consider using the CRAN package arabic2kansuji.
strj_transcribe_num(int)
int |
An integer vector to transcribe. |
A character vector containing kanji numeral representations.
strj_transcribe_num(c(10L, 31415L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.