Skip to content

timothybray/humaniformat

 
 

Repository files navigation

A human name parser for R

Author: Oliver Keyes
License: MIT
Status: Stable

Travis-CI Build Status downloads

Description

humaniformat (humaniform + format) is a human names parser for R. With it, you can parse names, distinguishing salutations, suffixes, and first, middle and last names. humaniformat recognises compound last names (and preserves them) from a wide range of cultures, although the name format itself is somewhat Western-centric (it assumes, for example, that first name comes before last name, which is not always the standard).

Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.

Installation

To get the current version:

install.packages("humaniformat")

To get the development version:

devtools::install_github("ironholds/humaniformat")

Dependencies

About

A human name parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.2%
  • R 29.2%
  • HTML 26.6%