Skip to content

amrrs/r_beginners_workshop

Repository files navigation

R Beginner's Workshop

Instructions

  • 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')
  • 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:

Re-Rendering the Presentation

  • Install xaringan R package
  • Open presentation.Rmd and Knit the Rmarkdown file
  • Rendered presentation.html would be saved in the project folder