Get competition ahead-behind standings
Source:R/get-competition-aheadbehind.R
getCompetitionAheadBehind.Rd
Get competition ahead-behind standings
Arguments
- season_code
One or more season codes as obtained from
getCompetitionHistory()
.
Examples areE2023
for Euroleague orU2023
for Eurocup 2023.- round
One or more round codes as obtained from
getCompetitionRounds()
.
Value
Returns a summary tibble of ahead-behind for chosen competition and round
Reference webpage: Ahead-behind standings
Examples
if (FALSE) {
getCompetitionAheadBehind(season_code = c("E2023", "E2022"), round = 1)
}