June 17, 2017

publish(user = "USER", repo = "REPO")

Project overview

  • 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.

Using the App

  • To run the app, simply open the code for both the ui.R and server.R in your R studio program.
  • Before running the program, please make sure that the appropriate packages are installed. (Do install.packages then library)
  • Then click the "Run App button" at the top right of your screen to run the code that creates the app
  • This app contains data from the mtcars dataset.
  • You can sort the data by car manufacturer, transmission type or number of cylinders.
  • This app would be useful for those interested in purchasing a new car in the near future.
  • The app is an important way to compare and contrast features of popular cars.

Slide with plot

## Warning: package 'plotly' was built under R version 3.3.3

Citations

  • The knowledge and tools to create this app came from taking the Coursera Data Science and Specialization Course.
  • The Data Science course is taught by professors at Johns Hopkins University
  • Also, I would like to site following website: http://shiny.rstudio.com/gallery/
  • Thank you.