strj_transcribe_num: Transcribe integers into Japanese kanji numerals

View source: R/strj-japanese.R

strj_transcribe_numR Documentation

Transcribe integers into Japanese kanji numerals

Description

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.

Usage

strj_transcribe_num(int)

Arguments

int

An integer vector to transcribe.

Value

A character vector containing kanji numeral representations.

Examples

strj_transcribe_num(c(10L, 31415L))

audubon documentation built on Dec. 21, 2025, 5:07 p.m.