View source: R/scrape_weekly_leaders.R
scrape_weekly_leaders | R Documentation |
Scrape weekly NFL leaders stats from ESPN
scrape_weekly_leaders(season = 2019, week = 1, stats = "passing")
season |
character or numeric - greater than 2002 |
week |
character or numeric - 1 to 17 for regular season |
stats |
character - either receiving, passing, or rushing |
tibble
scrape_weekly_leaders(season = 2002, stats = "passing", week = 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.