getCompetitionMargins {euroleaguer}R Documentation

Get competition margins standings

Description

Get competition margins standings

Usage

getCompetitionMargins(season_code, round)

Arguments

season_code

One or more season codes as obtained from getCompetitionHistory().
Examples are E2023 for Euroleague or U2023 for Eurocup 2023.

round

One or more round codes as obtained from getCompetitionRounds().

Value

Returns a summary tibble of standing margins for chosen competition and round

Reference webpage: Margins standings

Examples


## Not run: 

getCompetitionMargins(season_code = c("E2023", "E2022"), round = 1)


## End(Not run)


[Package euroleaguer version 0.2.0 Index]