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