#Select a part of the history.
game.table <- full.game.database()[201:220,]
#Download one game.
download.single.game(game.table$season[1], game.table$gcode[1])
#Download all games.
game.table.updated <- download.games (games=game.table)
Run the code above in your browser using DataLab