getCompetitionMargins {euroleaguer} | R Documentation |
Get competition margins standings
getCompetitionMargins(season_code, round)
season_code |
One or more season codes as obtained from |
round |
One or more round codes as obtained from |
Returns a summary tibble of standing margins for chosen competition and round
Reference webpage: Margins standings
## Not run:
getCompetitionMargins(season_code = c("E2023", "E2022"), round = 1)
## End(Not run)