This is a Shiny app for visualizing the results of the Romanian local elections, 2016.
The purpose of this was to analyze the way that the "cancelled" votes relate to votes of different parties or candidates. To run this app, you should fork the project, open it in RStudio and type the following in the console:
install.packages("tidyverse")
install.packages("shiny")
install.pacakges("plotly")
shiny::runApp()
A live version can be found here.