Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 658 Bytes

Local elections 2016

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.