Shiny Presentation and Reproducible Research

Vigneswara M H
6 June 2020

Project Goal

For more details on authoring R presentations please visit https://support.rstudio.com/hc/en-us/articles/200486468.

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.

Steps to Perform

  1. 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.
  2. Deploy the application on Rstudio's shiny server.
  3. Share the application link by pasting it into the provided text box.
  4. Share your server.R and ui.R code on github.

Application

  1. This application is used to predict diamond's price based on different cateory.
  2. ui.R file contains client-side script where user can input different choices.
  3. server.R file contains the prediction of the diamond price.

This application is running on https://vigneswara.shinyapps.io/ShinyApp/.

Github repository code https://github.com/Vickiee26/ShinyApp.

Plot

plot of chunk unnamed-chunk-1