getGameHeader {euroleaguer} | R Documentation |
Game metadata
Description
Retrieve contextual information about games.
Outputs may be required as arguments of other getGame*
functions
Usage
getGameHeader(season_code, game_code)
getGamePlayers(season_code, game_code, team_code)
getGameRound(season_code, game_code)
Arguments
season_code |
One or more season codes as obtained from |
game_code |
One or more game codes as obtained from |
team_code |
One or more team codes as obtained from |
Value
For each function, returns a tibble with information about header, player or round of chosen season and game code.
Examples
## Not run:
getGameHeader(season_code = c("E2023", "U2023"), game_code = 1)
getGamePlayers(season_code = c("E2023", "U2023"), team_code = "ASV", game_code = 1)
getGameRound(season_code = c("E2023", "U2023"), game_code = 1)
## End(Not run)
[Package euroleaguer version 0.2.0 Index]