create_game_json_url: Create the url with the location of NFL game JSON data

Description Usage Arguments Value Examples

View source: R/scrape_games_and_urls.R

Description

This function pastes creates the JSON url for the provided game id (first checking that it is from the 2009 season or later). The returned url is used in the various play-by-play functions to access data from the NFL's API.

Usage

1

Arguments

game_id

(character or numeric) A 10 digit game id associated with a given NFL game.

Value

String url where the game JSON data for the given game can be found.

Examples

1
2
# Create the JSON url for the first game of the 2017 season:
create_game_json_url(2017090700) 

maksimhorowitz/nflscrapR documentation built on April 3, 2020, 7:40 p.m.