This peer assessed assignment has two parts. First, you will create a Shiny application and deploy it on Rstudio’s servers. Second, you will use Slidify or Rstudio Presenter to prepare a reproducible pitch presentation about your application.
The application must include the following:
You must also include enough documentation so that a novice user could use your application. The documentation should be at the Shiny website itself. Do not post to an external link. The Shiny application in question is entirely up to you. However, if you’re having trouble coming up with ideas, you could start from the simple prediction algorithm done in class and build a new algorithm on one of the R datasets packages. Please make the package simple for the end user, so that they don’t need a lot of your prerequisite knowledge to evaluate your application. You should emphasize a simple project given the short time frame.
Get 5 slides (inclusive of the title slide) to pitch a your app. You’re going to create a web page using Slidify or Rstudio Presenter with an html5 slide deck.
Here’s what you need:
Presentation must satisfy the following:
Presidential elections occur quadrennially with registered voters casting their ballots on Election Day, which since 1845 has been the first Tuesday after November 1. We are going to see the election results on each year by different states.
The repository consists of three final files:
Data File:
The ui.R and server.R are the code for the shiny application:
The shiny application is deployed on ShinyApps.io server at: https://dora-dongying.shinyapps.io/developingdataproducts_project/
Git repository at: https://github.com/Dora-dongying/DevelopingDataProducts_Project