Learn R Programming

cfbfastR (version 1.9.0)

cfbd_team_talent: 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

Run this code
# NOT RUN {
  try(cfbd_team_talent())

  try(cfbd_team_talent(year = 2018))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab