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
getCompetitionHistory().
Examples areE2023for Euroleague orU2023for Eurocup 2023.- game_code
One or more game codes as obtained from
getCompetitionGames().- team_code
One or more team codes as obtained from
getCompetitionTeams().
Examples areASV,MAD, ...
