These are my slides from a two-day workshop I did on data visualisation using R, and specifically, ggplot. All of the data, most of which was taken from the State of Working India, 2021 report, can be accesed here. The report is written by the Centre for Sustainable Employment, which is a research centre at Azim Premji University.
Re: the slides, I'm still learning, so any feedback/suggestions/changes are welcome! :). Feel free to use the slides however you want, just cite it!
install.packages("pacman")
library(pacman)
p_load(tidyverse, dplyr, ggthemes,
ggmap, ggalluvial, grid,
gridExtra, gridtext, extrafont,
extrafontdb, ggalt, ggtext,
cowplot, ggforce, sf,
geojsonio,
install = T)