Bike Sharing in Washington DC: Shiny Application and Reproducible Pitch

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.

Your Shiny Application

Write a shiny application with associated supporting documentation. The documentation should be thought of as whatever a user will need to get started using your application. Deploy the application on Rstudio’s shiny server Share the application link by pasting it into the provided text box Share your server.R and ui.R code on github The application must include the following:

For my Shiny application, I am using the bike sharing dataset available at the UCI Machine Learning Repository: https://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset

In my application I am seeking to explore how different predictor variables influence the number of total bike rentals.

The application must include the following:

  1. Some form of input (widget: textbox, radio button, checkbox, …)
  2. Some operation on the ui input in sever.R
  3. Some reactive output displayed as a result of server calculations
  4. You must also include enough documentation so that a novice user could use your application.
  5. The documentation should be at the Shiny website itself. Do not post to an external link.

Your Reproducible Pitch Presentation

OK, you’ve made your shiny app, now it’s time to make your pitch. You 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

5 slides to pitch our idea done in Slidify or Rstudio Presenter Your presentation pushed to github or Rpubs A link to your github or Rpubs presentation pasted into the provided text box Your presentation must satisfy the following

It must be done in Slidify or Rstudio Presenter It must be 5 pages It must be hosted on github or Rpubs It must contained some embedded R code that gets run when slidifying the document

Shiny Application

You can view my application at : https://imshree.shinyapps.io/myShinyApp/

Reproducible Pitch

You can view my reproducible pitch for the project at: