JaseZiv/worldfootballR

Argentina tier 1 2024 missing?

Closed this issue · 1 comments


Argentina tier 1 2024 missing?

library(worldfootballR)
packageVersion("worldfootballR")

a <- worldfootballR::load_match_results(country = 'ARG', tier = '1st', gender = "M", season_end_year = 2024)
b <- worldfootballR::fb_match_results(country = 'ARG', tier = '1st', gender = "M", season_end_year = 2024)

sessionInfo()

(a) returns empty data frame
(b) returns Error in fb_match_results(country = 'ARG', tier = '1st', gender = "M", season_end_year = 2024): Data not available for the season(s) selected.

previous seasons are fine. any suggestions?

That's because it isn't yet available on FBRef:

image