R/totalvotes.R

#' totalvotes
#'
#' Datasets used to calculated the party receiving the most votes in the legislative election, which candidate did the best and how did each electorate vote in each province.
#' @format a data frame with five variables
#' \describe{
#' \item{Names}{Names}
#' \item{PartyNm}{Party}
#' \item{Electorate}{Electorate in Indonesia}
#' \item{Provinces}{provinces in Indonesia}
#' \item{Votes}{Total votes, in numeric}
#' }
#'@source \url{http://www.tribunnews.com/pemilu-2014/2014/05/15/daftar-caleg-yang-lolos-ke-dpr-ri}
#' 
#'   downloaded from the source url on 28 May 2019
#'  
"totalvotes"
FahroziFahrozi/indoelectdata documentation built on Nov. 21, 2019, 1:55 a.m.