April 9, 2017

R Markdown

The following presentation will intend to guiden the user through assginment for Developing Data Products.

For our assignment following dataset are used.

  1. Rock
  2. Pressure
  3. Cars

Data Insight

Let's get started by having some insight of the data

##   area    peri     shape perm
## 1 4990 2791.90 0.0903296  6.3
## 2 7002 3892.60 0.1486220  6.3
## 3 7558 3930.66 0.1833120  6.3
##   temperature pressure
## 1           0   0.0002
## 2          20   0.0012
## 3          40   0.0060
##   speed dist
## 1     4    2
## 2     4   10
## 3     7    4

Slide with Bullets

Below is the link for the application. https://rishabh.shinyapps.io/Hello_Shiny/

  • First from the dropdown select the required dataset.
  • Also select the number of observation.

The effect will be shown on the main Panel dynamically as you select different dataset and different number of observation.

Code Insight

Thanks