
This function pastes creates the url for the provided game id. The returned url is used in the various play-by-play functions to access play-by-play data from the raw HTML page.
create_game_html_url(game_id)
(character or numeric) A 10 digit game id associated with a given NFL game.
String url where the raw HTML play-by-play data can be found (going back to 1998 for regular season, 2000 for pre season).
# NOT RUN {
# Create the JSON url for the first game of the 1998 season:
create_game_html_url(2017090700)
# }
Run the code above in your browser using DataLab