Downloading Swedish elections data for years 2010, 2014 and 2018, and preview with shiny dashboard using RC-class by Marketos Damigos (marda352) and Christoforos Spyretos (chrsp415).
Both students contributed equally for the development of the package.
devtools::install_github("Marketos-Damigos/SML-Adv_R-LAB_05", subdir="Lab5package")
browseVignettes("Lab5package")
x = elections("2014")
x
x$council
x$muni
x$parliament
x$shiny()