R/namesexdata.R

#' Brazilian Politician Dataset
#'
#' A dataset containing 74,000 Brazilian first names and how often each name 
#' is used for a male or female candidates in the 2000, 2004, 2008, and 2012 
#' municipal elections in Brazil.
#'
#' @docType data
#' @keywords datasets
#' @name brazilian_pols
#' @source Brazilian Muncipal Election Data,
#'   \url{http://www.tse.jus.br/hotSites/pesquisas-eleitorais/candidatos.html}
#'
#' @format A data frame with 74650 observations and 6 variables
#' @author Luke Sonnet
"brazilian_pols"

#' Indian Politician Dataset
#'
#' A data set containing the names of Indian politicians.
#'
#' @docType data
#' @keywords datasets
#' @name indian_pols
#' @source MyNeta,
#'   \url{http://www.myneta.info/}
#' @format A data frame with observations and 4 variables
#' @author Gaurav Sood
"indian_pols"
soodoku/namesexdata documentation built on May 30, 2019, 6:29 a.m.