A lightweight Shiny Web App to track and forecast Donald Trump's polling. The application uses the R Huffington Post polling API to first average by date (when applicable) and then smooth with a rolling average, accounting for gaps and general volatility of polling data.
https://chaimkesler.shinyapps.io/TrumpTracker/
Currently Requires R and RMarkdown, including
- readr
- flexdashboard
- forecast
- xtable
- lubridate
- pollstR
- Chaim Kesler