R/DemografixeR.R

#' DemografixeR: Estimate gender, age and nationality from a name
#'
#' The DemografixeR is an API wrapper for the genderize.io, agify.io &
#' nationalize.io APIs. Through the APIs it retrieves the estimated gender,
#' estimated age and/or estimated nationality from a name. The package most
#' important functions are the following:
#'  \itemize{
#'  \item \code{\link{genderize}}
#'  \item \code{\link{agify}}
#'  \item \code{\link{nationalize}}
#'  }
#'
#' @docType package
#' @name DemografixeR
NULL
matbmeijer/DemografixeR documentation built on May 21, 2020, 4:31 p.m.