getCompetitionCalendar {euroleaguer} | R Documentation |
Get competition calendar standings
Description
Get competition calendar standings
Usage
getCompetitionCalendar(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 calendar standings for chosen competitions and rounds
Reference webpage: Calendar standings
Examples
if(interactive()) {
getCompetitionCalendar(season_code = c("E2023", "E2022"), round = 1)
}
[Package euroleaguer version 0.2.0 Index]