default_cnum_lang: Default Language for 'cnum'

View source: R/default-lang.R

default_cnum_langR Documentation

Default Language for cnum

Description

Function to check the default language for cnum functions.

Usage

default_cnum_lang()

Details

This package supports Traditional Chinese and Simplified Chinese. The language can be specified with the lang parameter in every function, with "tc" for Traditional Chinese and "sc" for Simplified Chinese. The default is "tc", but this can be changed by setting options(cnum.lang = "sc").

Value

The default language for cnum functions.

See Also

  • Functions for conversion

  • Functions for detetction and extraction

Examples


# Set the default language to Simplified Chinese
options(cnum.lang = "sc")

default_cnum_lang()


elgarteo/cnum documentation built on Jan. 12, 2025, 7:13 p.m.