Skip to content

Commit

Permalink
Update all gaa again
Browse files Browse the repository at this point in the history
  • Loading branch information
k5cents committed Sep 9, 2024
1 parent f521d9d commit a33b31b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data-raw/gaa_ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ gaa_2024 <- gaa %>%
abbrev = fct_recode(abbrev, "JUST" = "CHAR")
)

gaa <- bind_rows(gaa, gaa_2024)

usethis::use_data(gaa, overwrite = TRUE)
readr::write_csv(gaa, "data-raw/gaa_ids.csv", na = "")
readr::write_rds(gaa, "data-raw/gaa_ids.rds")

10 changes: 10 additions & 0 deletions data-raw/gaa_ids.csv
Original file line number Diff line number Diff line change
Expand Up @@ -83,3 +83,13 @@ seasonId,teamId,abbrev
2023,11,KYLE
2023,12,COLN
2023,13,CHAR
2024,1,ANGS
2024,3,PEPE
2024,4,BILL
2024,5,CART
2024,6,KIER
2024,8,CORE
2024,10,NICK
2024,11,KYLE
2024,12,COLN
2024,13,JUST
Binary file modified data-raw/gaa_ids.rds
Binary file not shown.
Binary file modified data/gaa.rda
Binary file not shown.

0 comments on commit a33b31b

Please sign in to comment.