getGameHeader | R Documentation |
Retrieve contextual information about games.
Outputs may be required as arguments of other getGame*
functions
getGameHeader(season_code, game_code)
getGamePlayers(season_code, game_code, team_code)
getGameRound(season_code, game_code)
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 |
For each function, returns a tibble with information about header, player or round of chosen season and game code.
## 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.