knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of ChineseNumerals is to convert Arabic numerals to Chinese numerals.
You can install the released version of ChineseNumerals from github with:
devtools::install_github("chinhungtseng/ChineseNumerals")
This is a basic example which shows you how to use this package:
library(ChineseNumerals) ## basic example code
numeric2Chinese(12345, "upper")
numeric2Chinese(12345, "lower")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.