Judo’s Elite: Medal Achievements of the Top 10 Nations at the Summer Olympics Games, 1964 - 2016
Overview of Olympic medal counts by gender across decades, highlighting judo’s leading nations.
#TidyTuesday
Author
Steven Ponce
Published
August 7, 2024
Steps to Create this Graphic
1. Load Packages & Setup
Code
pacman::p_load( tidyverse, # Easily Install and Load the 'Tidyverse' ggtext, # Improved Text Rendering Support for 'ggplot2' showtext, # Using Fonts More Easily in R Graphs janitor, # Simple Tools for Examining and Cleaning Dirty Data skimr, # Compact and Flexible Summaries of Data scales, # Scale Functions for Visualization lubridate, # Make Dealing with Dates a Little Easier MetBrewer # Color Palettes Inspired by Works at the Metropolitan Museum of Art ) ### |- figure size ----camcorder::gg_record(dir = here::here("temp_plots"),device ="png",width =8,height =10,units ="in",dpi =320)### |- resolution ----showtext_opts(dpi =320, regular.wt =300, bold.wt =800)