View source: R/strj-japanese.R
strj_transcribe_num | R Documentation |
Transcribes Arabic integers to Kansuji with auxiliary numerals.
strj_transcribe_num(int)
int |
Integers. |
As its implementation is limited, this function can only transcribe numbers up to trillions. In case you convert much bigger numbers, try to use the 'arabic2kansuji' package.
A character vector.
strj_transcribe_num(c(10L, 31415L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.