JaseZiv / worldfootballR

A wrapper for extracting world football (soccer) data from FBref, Transfermark, Understat
https://jaseziv.github.io/worldfootballR/
430 stars 59 forks source link

USL 2020 Covid Season #372

Open samspopguy opened 2 months ago

samspopguy commented 2 months ago

is there a way to fix this its only grabbing the first group and not all the groups, or is there a way to grab all the groups and bind them into one dataset? https://fbref.com/en/comps/73/2020/2020-USL-Championship-Stats

{{Brief description of the problem}}

library(worldfootballR)
packageVersion("worldfootballR")

fb_season_team_stats("USA", "M", 2020, "2nd", "league_table")

sessionInfo()
JaseZiv commented 2 months ago

I will investigate what's going on here