scrape_fpi: Scrape ESPN FPI ratings for a specific season from ESPN's...

View source: R/scrape_fpi.R

scrape_fpiR Documentation

Scrape ESPN FPI ratings for a specific season from ESPN's site

Description

Scrape ESPN FPI ratings for a specific season from ESPN's site

Usage

scrape_fpi(season = 2020, stat = "FPI")

Arguments

season

Either numeric or character

stat

One of 'FPI', 'EFF' or 'PROJ'

Value

Returns a tibble

Examples

# Get team offensive and defensive efficiency from 2020 season
scrape_fpi(2020, stat = "EFF")

jthomasmock/espnscrapeR documentation built on Feb. 11, 2024, 4:07 p.m.