Skip to contents

Transcribes Arabic integers to Kansuji with auxiliary numerals.

Usage

strj_transcribe_num(int)

Arguments

int

Integers.

Value

A character vector.

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.

Examples

strj_transcribe_num(c(10L, 31415L))
#> [1] "十"             "三万千四百十五"