Skip to content

fetch_player_stats_afltables Missing Games from 2024 #243

@TonyCorke

Description

@TonyCorke

fetch_player_stats_afltables(season = 2024) does not return last three games of AFLTables Round 23

library(fitzRoy)
library(dplyr)

dat = fetch_player_stats_afltables(season = 2024)

dat %>% filter(Round == 23, Home.team == "Carlton" | Away.team == "Carlton") # returns nothing
dat %>% filter(Round == 23, Home.team == "Adelaide" | Away.team == "Adelaide") # returns nothing
dat %>% filter(Round == 23, Home.team == "Hawthorn" | Away.team == "Hawthorn") # returns nothing

dat %>% filter(Round == 23, Home.team == "Sydney" | Away.team == "Sydney") #returns as expected

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions