scrape_fpi | R Documentation |
Scrape ESPN FPI ratings for a specific season from ESPN's site
scrape_fpi(season = 2020, stat = "FPI")
season |
Either numeric or character |
stat |
One of 'FPI', 'EFF' or 'PROJ' |
Returns a tibble
# Get team offensive and defensive efficiency from 2020 season
scrape_fpi(2020, stat = "EFF")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.