Skip to content

Commit

Permalink
add 2019 to data script
Browse files Browse the repository at this point in the history
  • Loading branch information
nrennie committed Mar 31, 2024
1 parent 308bf95 commit ecc9f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/make-data.R
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ all_weeks <- all_folders |>
too_few = "align_start",
too_many = "drop"
) |>
filter(year %in% c(2020, 2021, 2022, 2023, 2024)) |>
filter(year %in% c(2019, 2020, 2021, 2022, 2023, 2024)) |>
drop_na(week) |>
mutate(
title = NA_character_,
Expand Down

0 comments on commit ecc9f6e

Please sign in to comment.