ChineseNames
is an R package published on CRAN (https://CRAN.R-project.org/package=ChineseNames). To use the datasets of this package, it is highly recommended to use R software, normally within its IDE RStudio, and install this package.
## Install from CRAN
install.packages("ChineseNames")
## Load to environment
library(ChineseNames)
## See R documentation
?ChineseNames
?compute_name_index
In the data-csv subfolder of its GitHub repository, I also provide CSV-format data files for people who do not use R. These datasets are identical to the R datasets embedded in the ChineseNames
package with the same names (i.e., familyname
, givenname
, population
, top1000name.prov
, top100name.year
, top50char.year
).
For detailed description, see README.md (and the R documentation of each dataset).
If you are about to use or share these datasets, please strictly follow the GPL-3 License and the CC BY-NC-SA License.
An example of the usage based on this name database can be found in:
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.