library(fitzRoy) library(dplyr) afldata <- fetch_player_stats_afltables(season = 2024) afldata %>% filter(Round == "GF", Playing.for == "Sydney") %>% nrow() # 46 (expect 23) Code returns duplicate rows for each team in the 2024 GF.
Code returns duplicate rows for each team in the 2024 GF.