R/data.R

#' Gender names dataset
#'
#' This data sets contains all the name fro UK and US social security
#'
#' @format a data frame of two variables:
#' \describe{
#'   \item{Name}{First name}
#'   \item{UKUS_Gender}{Gender of the first name}
#' }
#'
"gender_names"

#' names dataset
#'
#' This data sets contains all the name fro UK and US social security
#'
#' @format a data frame with 1000 rows of four variables:
#' \describe{
#'   \item{first_name}{first name}
#'   \item{last_name}{last lame}
#'   \item{country_code}{country}
#'   \item{publication_years}{publication year}
#' }
#'
"authors"

#NULL

Try the GenderInfer package in your browser

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

GenderInfer documentation built on Sept. 29, 2021, 9:07 a.m.