getGameEvolution: Get game evolution

View source: R/get-game-evolution.R

getGameEvolutionR Documentation

Get game evolution

Description

[Experimental]

Usage

getGameEvolution(season_code, game_code)

Arguments

season_code

One or more season codes as obtained from getCompetitionHistory().
Examples are E2023 for Euroleague or U2023 for Eurocup 2023.

game_code

One or more game codes as obtained from getCompetitionGames().

Value

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

Examples


## Not run: 

getGameEvolution(season_code = c("E2023", "U2023"), game_code = 1)


## End(Not run)


euroleaguer documentation built on May 29, 2024, 10:22 a.m.