jimmyday12 / fitzRoy

A set of functions to easily access AFL data
https://jimmyday12.github.io/fitzRoy
Other
129 stars 27 forks source link

missing venue names in replace venue name function #164

Closed SingSing2020 closed 3 months ago

SingSing2020 commented 2 years ago

some missing venue name present in Fitzigg dataset but not fixed by the replace venue name fun.

fitzigg %>%
  mutate(Venue = replace_venues(venue_name)) %>%
  mutate(Venue = case_when(Venue ==  "UNSW Canberra Oval" ~ "Manuka Oval",
                           Venue ==  "University of Tasmania Stadium" ~ "York Park",
TRUE ~ Venue))
jimmyday12 commented 2 years ago

One for @Fryzigg to look into