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
Ironholds/humaniformat documentation built on May 7, 2019, 6:40 a.m.