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.
E-mail: zhuminghui17@gmail.com
Website: zhuminghui.org
## 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)
CompSnameCheck
depends on many important R packages.
Loading CompSnameCheck
by library(CompSnameCheck)
will also load these R packages for you:
[Data]:
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.