R/voters.R

#' voters.
#'
#' Counts of Ugandan registered voters for the 2016 General Election
#'
#' @format A data frame with 28010 observations and 14 variables:
#' \describe{
#'   \item{SER_NO}{serial number}
#'   \item{DIST_CODE}{district code}
#'   \item{DISTRICT_NAME}{district name}
#'   \item{EA_CODE}{EA code}
#'   \item{EA_NAME}{EA name}
#'   \item{SCTY_CODE}{SCounty code}
#'   \item{SCOUNTY_NAME}{SCounty name}
#'   \item{PAR_CODE}{Parish code}
#'   \item{PARISH_NAME}{Parish name}
#'   \item{PS_CODE}{Polling Station code}
#'   \item{PS_NAME}{Polling Station name}
#'   \item{NO_OF_FEMALES}{Number of females}
#'   \item{NO_OF_MALES}{Number of males}
#'   \item{EC_VOTER_COUNTS}{Voter counts by the Electoral Commission}
#'
#' }
#' @source \url{http://www.ec.or.ug/}
"voters"
Emaasit/UGvoters16 documentation built on May 6, 2019, 3:46 p.m.