View source: R/load_espn_cfb.R
| load_espn_cfb_power_index | R Documentation |
Loads season-level ESPN FPI power-index snapshots – one row per team
with FPI rating, projected wins, and efficiency components. Published
to the
espn_cfb_power_index release tag on the sportsdataverse-data repo.
load_espn_cfb_power_index(
seasons = most_recent_cfb_season(),
...,
dbConnection = NULL,
tablename = NULL
)
seasons |
A vector of 4-digit years associated with given college football seasons. Published coverage runs 2015 through the most recent season. Pass |
... |
Additional arguments passed to an underlying function that writes the season data into a database. |
dbConnection |
A |
tablename |
The name of the data table within the database |
Returns a cfbfastR_data tibble.
| col_name | types | description |
| season | integer | |
| game_id | integer | |
| team_id | integer | |
| teampredptdiff | double | Expected margin of victory for the FPI favorite. |
| gameprojection | double | Team's predicted win percentage in this game at time of given BPI run. |
| matchupquality | double | A measure of projected competitiveness and excitement in the game, using a 0 to 100 scale, with 100 as the most exciting. |
| teamadjgamescore | double | A measure of how well a team performed compared to their expected performance and the expected performance of a typical top 25 team. |
Saiem Gilani
try(load_espn_cfb_power_index(2015))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.