#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], wait=1)
#Download all games.
## Not run:
# game.table.updated <- download.games (games=game.table)
# ## End(Not run)
Run the code above in your browser using DataLab