downloadMatch.Rd
downloadMatch
downloads match and player data for a single match.
downloadMatch(comp_id, round_id, game_id)
comp_id | A string identifying which season the game is
in. |
---|---|
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. |
A list containing game and player data for the match.
# NOT RUN { downloadMatch("10083", 1, 1) # }