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 18, 2019, 5:49 a.m.