Description Usage Details Value See Also Examples
Function to check the default language for cnum
functions.
1 |
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")
.
The default language for cnum
functions.
Functions for conversion
Functions for detetction and extraction
1 2 3 4 | # Set the default language to Simplified Chinese
options(cnum.lang = "sc")
default_cnum_lang()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.