knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

ChineseNumerals

The goal of ChineseNumerals is to convert Arabic numerals to Chinese numerals.

Installation

You can install the released version of ChineseNumerals from github with:

devtools::install_github("chinhungtseng/ChineseNumerals")

Example

This is a basic example which shows you how to use this package:

library(ChineseNumerals)
## basic example code
numeric2Chinese(12345, "upper")
numeric2Chinese(12345, "lower")


chinhungtseng/ChineseNumerals documentation built on March 21, 2020, 2:11 p.m.