scrape_games: scrape_games

View source: R/scrape_games.R

scrape_gamesR Documentation

scrape_games

Description

scrape_games

Usage

scrape_games(ssn = 2021, wk_start = 1, wk_stop)

Arguments

ssn

The starting year of the season from where we are scraping games

wk_start

The first week number of games being scraped

wk_stop

The final week number of games being scraped

Value

A data frame with columns Team, Score, Year, Week

Examples

G <- scrape_games(ssn = 2017, wk_stop = 17)
tail(G)

przybylee/NFLpredictions documentation built on Feb. 9, 2025, 9:22 p.m.