R/humaniformat.R

#' @title A Parser for Human Names
#'
#' @description Human names are complicated and nonstandard things. Humaniformat attempts to provide functions for parsing those names,
#' making a best-guess attempt to distinguish sub-components such as prefixes, suffixes, middle names and salutations.
#'
#' @docType package
#' @name humaniformat
#' @useDynLib humaniformat
#' @importFrom Rcpp sourceCpp
NULL

Try the humaniformat package in your browser

Any scripts or data that you put into this service are public.

humaniformat documentation built on May 2, 2019, 6:42 a.m.