Skip to content

Code snippets for weekly #tidytuesday project

Notifications You must be signed in to change notification settings

apologize965/tidytuesday

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#TidyTuesday

What is it all about?

Excerpt from the official tidytuesday project on GitHub:

The #tidytuesday project is a weekly data project aimed at the R ecosystem. An emphasis will be placed on understanding how to summarize and arrange data to make meaningful charts with ggplot2, tidyr, dplyr, and other tools in the tidyverse ecosystem.

Code

This repository is a collection of some code snippets used for wrangling, aggregating and visualizing data with tidyverse to create a meaningful insight about the underlying weekly data sets.

Important: The code is minimalized and it's focus is to show how data is prepared, aggregated and visualized (without distraction of styling and modifying theme, fonts, etc.). Charts in the images folder are created with the code shown here with additional theme modifications.

Following package versions are used in tidyverse:

── Attaching packages ─────────────────────────────────────── tidyverse 1.2.1 ──
✔ ggplot2 3.1.0          ✔ purrr   0.3.0     
✔ tibble  2.0.1          ✔ dplyr   0.8.0.1   
✔ tidyr   0.8.3.9000     ✔ stringr 1.3.1.9000
✔ readr   1.3.1          ✔ forcats 0.4.0

About

Code snippets for weekly #tidytuesday project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • R 86.6%
  • HTML 10.9%
  • Ruby 1.5%
  • CSS 1.0%