getFPI: Get the ESPN Football Power Index

Description Usage Arguments Value Examples

Description

Extracts an NCAAF Football Power Index ranking from ESPN.com and returns it as a data frame.

Usage

1
getFPI(yr = format(Sys.Date(), "%Y"), wk = NULL)

Arguments

yr

Year of the requested rankings

wk

Week of season through which the index should be requested

Value

A data frame of the requested leaderboard

Examples

1
2
# Capture Week 2 FPI rankings
getFPI(2015, wk = 2)

benjcunningham/cfbmod documentation built on May 12, 2019, 11:56 a.m.