scrape_games | R Documentation |
scrape_games
scrape_games(ssn = 2021, wk_start = 1, wk_stop)
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 |
A data frame with columns Team, Score, Year, Week
G <- scrape_games(ssn = 2017, wk_stop = 17)
tail(G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.