R/btw_sn.R

#' Number of voters and valid votes in Saxony (1994-2017)
#'
#' The dataset includes the number of voters and valid votes 
#' in all federal elections (Bundestagswahlen) across 
#' districts in Saxony.
#' 
#' @format A data frame with 155 rows and 4 variables:
#' \describe{
#'   \item{district}{AGS of the district.}
#'   \item{year}{Election year.}
#'   \item{voters}{Number of eligible voters.}
#'   \item{valid}{Number of valid votes.}
#' }
#' @source \url{https://www.regionalstatistik.de}
"btw_sn"

Try the ags package in your browser

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

ags documentation built on March 7, 2023, 7:39 p.m.