cfbd_team_talent: *Get composite team talent rankings for all teams in a given...

View source: R/cfbd_teams.R

cfbd_team_talentR Documentation

Get composite team talent rankings for all teams in a given year

Description

Extracts team talent composite as sourced from 247 rankings

Usage

cfbd_team_talent(year = NULL)

Arguments

year

(Integer optional): Year 4 digit format (YYYY)

Value

cfbd_team_talent() - A data frame with 3 variables:

year: integer.

Season for the talent rating.

school: character.

Team name.

talent: double.

Overall roster talent points (as determined by 247Sports).

Examples


  try(cfbd_team_talent())

  try(cfbd_team_talent(year = 2018))



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