README.md

CompSnameCheck

Compound Surname Check

This package includes a simple function to extract the Surname and First Name from Chinese Names, automatically checking and modifing the surname if it's a Chinese compound surname.

Author

Minghui Zhu

E-mail: zhuminghui17@gmail.com

Website: zhuminghui.org

User Guide

Installation

## Method 1: Install from CRAN
install.packages("CompSnameCheck")
## Method 2: Install from GitHub
install.packages("devtools")
devtools::install_github("zhuminghui17/CompSurnameCheck", force=TRUE, upgrade=FALSE)

Package Dependency

CompSnameCheck depends on many important R packages.

Loading CompSnameCheck by library(CompSnameCheck) will also load these R packages for you:

How to Use

For details, run ?CompSnameCheck or help(CompSnameCheck) to read the help page.

## Templete 
library(CompSnameCheck)
CompSnameCheck(data, name)

© 2021 GitHub, Inc. Terms Privacy Security Status Docs Contact GitHub Pricing API Training Blog About



zhuminghui17/CompSnameCheck documentation built on July 14, 2022, 6:34 p.m.