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

Try the DemografixeR package in your browser

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

DemografixeR documentation built on July 8, 2020, 5:18 p.m.