cfbd_player_returning: *Get player returning production*

View source: R/cfbd_players.R

cfbd_player_returningR Documentation

Get player returning production

Description

Get player returning production

Usage

cfbd_player_returning(year = 2019, team = NULL, conference = NULL)

Arguments

year

(Integer required, default 2019): Year, 4 digit format (YYYY).

team

(String optional): Team - Select a valid team, D1 football

conference

(String optional): Conference abbreviation - Select a valid FBS conference Conference abbreviations P5: ACC, B12, B1G, SEC, PAC Conference abbreviations G5 and FBS Independents: CUSA, MAC, MWC, Ind, SBC, AAC

Value

cfbd_player_returning() - A data frame with 15 variables:

season:integer.

Returning player season.

team:character.

Team name.

conference:character.

Conference of team.

total_ppa:double.

Total predicted points added returning.

total_passing_ppa:double.

Total passing predicted points added returning.

total_receiving_ppa:double.

Total receiving predicted points added returning.

total_rushing_ppa:double.

Total rushing predicted points added returning.

percent_ppa:double.

Percentage of prior year's predicted points added returning.

percent_passing_ppa:double.

Percentage of prior year's passing predicted points added returning.

percent_receiving_ppa:double.

Percentage of prior year's receiving predicted points added returning.

percent_rushing_ppa:double.

Percentage of prior year's rushing predicted points added returning.

usage:double.

.

passing_usage:double.

.

receiving_usage:double.

.

rushing_usage:double.

.

Examples


   try(cfbd_player_returning(year = 2019, team = "Florida State"))



cfbfastR documentation built on June 14, 2022, 1:05 a.m.