getCompetitionStandings {euroleaguer} | R Documentation |
Get competition traditional standings
Description
Get competition traditional standings
Usage
getCompetitionStandings(season_code, round)
Arguments
season_code |
One or more season codes as obtained from |
round |
One or more round codes as obtained from |
Value
Returns a summary tibble of standings for chosen competitions and rounds
Reference webpage: Traditional standings
Examples
## Not run:
getCompetitionStandings(season_code = c("E2023", "E2022"), round = 1)
## End(Not run)
[Package euroleaguer version 0.2.0 Index]