Skip to content

Instantly share code, notes, and snippets.

library(tidyverse)
richmondway <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2023/2023-09-26/richmondway.csv')
ggplot(
richmondway,
aes(
x = (max(richmondway$Episode) + 1) * Season + Episode,
y = F_count_RK