
This function is a helper for the Proper.PBP.URL.Formatting function. The outputs of extracting_gameids is used in conjunction with Proper.PBP.URL.Formatting to create the URLs for each NFL game in a specified season
extracting_gameids(Season, playoffs = FALSE)
(numeric) A numeric 4-digit year associated with an NFL season
(boolean) TRUE if you want the playoffs gameIDs for the specified season. FALSE (default) if you want the game IDs from the regular season
A vector of NFL GameIDs from the specified season
# NOT RUN {
# Scraping all game IDs from 2010 Season
extracting_gameids(2010)
# }
Run the code above in your browser using DataLab