getGameEvolution {euroleaguer} | R Documentation |
getGameEvolution(season_code, game_code)
season_code |
One or more season codes as obtained from |
game_code |
One or more game codes as obtained from |
Returns a list of two elements for the chosen games and seasons
EvolutionSummary. Overall information about minimum and maximum difference of scores between teams
Evolution. Minute by minute points of each team
Reference webpage: GraphicStats
## Not run:
getGameEvolution(season_code = c("E2023", "U2023"), game_code = 1)
## End(Not run)