downloadMatch downloads match and player data for a single match.

downloadMatch(comp_id, round_id, game_id)

Arguments

comp_id

A string identifying which season the game is in. comp_id is different depending on regular season or finals.

round_id

An integer identifying which round the game is in. Finals reset round number to 1.

game_id

An integer indentifying which game in the round to download. There are four games per round in the regular season, two games in the semi finals, one game for the prelim, and one grand final.

Value

A list containing game and player data for the match.

Examples

# NOT RUN {
downloadMatch("10083", 1, 1)
# }