We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{{Brief description of the problem}}
library(worldfootballR) packageVersion("worldfootballR") fb_season_team_stats("USA", "M", 2020, "2nd", "league_table") sessionInfo()
The text was updated successfully, but these errors were encountered:
I will investigate what's going on here
Sorry, something went wrong.
also doing it for the 2021 season
fb_season_team_stats(country = "USA", gender = "M", season_end_year = 2021, tier = "2nd", stat_type = "league_table")
JaseZiv
No branches or pull requests
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}}
The text was updated successfully, but these errors were encountered: