Diamond Data Analysis Report enabled developing data products using shiny apps being embeded within RMarkDown.
Using PageUp and PageDown keys all the slides can be traversed.
Click the Below Link for the Application.
https://bkarmay.shinyapps.io/PricePredictorForDiamonds/
Click the link below for compiled project files on gitub repo.
The data used for this application is diamonds data set, which is part of ggplot2 package. Containing information about 53940 diamonds with 10 variables.
library("ggplot2")
head(diamonds)