Devloping Data Product-Course Project

Prakhar Gupta
24-09-2020

First Slide

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

  • It must be done in Slidify or Rstudio Presenter
  • It must be 5 pages
  • It must be hosted on github or Rpubs
  • It must contained some embedded R code that gets run when slidifying the document

Slide With Code

library(shiny)
library(ggplot2)
data("diamonds")

Slide With Plot

plot of chunk unnamed-chunk-2