getCompetitionAheadBehind {euroleaguer} | R Documentation |
Get competition ahead-behind standings
Description
Get competition ahead-behind standings
Usage
getCompetitionAheadBehind(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 ahead-behind for chosen competition and round
Reference webpage: Ahead-behind standings
Examples
## Not run:
getCompetitionAheadBehind(season_code = c("E2023", "E2022"), round = 1)
## End(Not run)
[Package euroleaguer version 0.2.0 Index]