Diamond Analysis Report

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.

Application Overview

Slide with Complete Reporting Appliaction

Click the Below Link for the Application.

https://bkarmay.shinyapps.io/PricePredictorForDiamonds/

Click the link below for compiled project files on gitub repo.

https://github.com/BenKarmay/Peer-graded-Assignment-Course-Project-Shiny-Application-and-Reproducible-Pitch

Data Used

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)