- Download and Install R
- Download and Install RStudio Desktop
- Install the Following Packages
- tidyverse -
install.packages('tidyverse')
(Required) - scales -
install.packages('scales')
- ggthemes -
install.packages('ggthemes')
- tidyverse -
- Clone/Download this Repo and Save it in your Local Machine (if it's a .zip file, please unzip and save it)
- Please keep in mind, This Repo contains a Dataset of 40ish MB Size (You are free to use R's in-built datasets in the workshop)
About the Dataset:
Project Demo:
- Install
xaringan
R package - Open
presentation.Rmd
andKnit
the Rmarkdown file - Rendered
presentation.html
would be saved in the project folder