R/data.R

#' Strongholds of Germany's Alliance 90/The Greens 
#'
#' A dataset that includes for each federal and European election the top three counties where Germany's green party received most votes. 
#'
#' @format A data frame with 39 rows and 5 variables:
#' \describe{
#'   \item{city}{name of city}
#'   \item{city_clean}{name of city standardized}
#' 	 \item{year}{year of observation}
#'   \item{election}{federal election (BTW) or European election (EP)}
#' 	 \item{greens}{vote share for the Alliance 90/The Greens}
#' }
#' 
#' @source \url{https://www.regionalstatistik.de/}
"greens3"
sumtxt/lychee documentation built on July 15, 2020, 1:51 a.m.