Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 2.04 KB

README-CSV.md

File metadata and controls

38 lines (24 loc) · 2.04 KB

ChineseNames (CSV Data Files)

Description

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.

  • BY: Cite this R package (see below).
  • NC: Use ONLY for non-commercial purposes.
  • SA: Share in an identical way.

Citation

Supplementary Information

An example of the usage based on this name database can be found in: