strj_transcribe_num {audubon} | R Documentation |
Transcribe Arabic to Kansuji
Description
Transcribes Arabic integers to Kansuji with auxiliary numerals.
Usage
strj_transcribe_num(int)
Arguments
int |
Integers. |
Details
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.
Value
A character vector.
Examples
strj_transcribe_num(c(10L, 31415L))
[Package audubon version 0.5.2 Index]