Skip to content

Instructions and material for DataFest Tbilisi 2018 Workshop.

Notifications You must be signed in to change notification settings

OmaymaS/datafest_tidyverse_workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro to the Tidyverse Workshops (Datafest Tbilisi 2018)

This repo includes the material for two workshops held in Datafest Tbilisi:

  • Data manipulation using dplyr
  • Data visualization using ggplot2

Getting Started

Environment

Option 1

Option 2 (Local)

  • Install R.
  • Install Rstudio.
  • Install the tidyverse and gapminder packages using install.packages(c("tidyverse", "gapminder")).

NOTE: For more details about R and Rstudio installation, check Installing R and RStudio section in ModernDive book.

Options 3

  • Go to jupyter.org/try.
  • Click on Try Jupyter with R.
  • Install the gapminder package using install.packages("gapminder").

Basic Checks

Make sure you are not getting any errors when you execute:

library(tidyverse)
library(gapminder)

Material

The material exists in one repo, which you can download or clone using:

git Clone https://github.com/OmaymaS/datafest_tidyverse_workshop.git

Exercises

The ./tutorial directory includes seperate .Rmd files with exercises and solutions.

Slides

About

Instructions and material for DataFest Tbilisi 2018 Workshop.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages