Skip to content

Intro to R for Data Science Workshop Materials for Devconf India '19

License

Notifications You must be signed in to change notification settings

amrrs/devconf19_workshop

Repository files navigation

R Beginner's Workshop

Instructions

  • Download and Install R
  • Download and Install RStudio
  • 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

About

Intro to R for Data Science Workshop Materials for Devconf India '19

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published