load_cfb_team_talent: *Load college football team talent composite from the...

View source: R/load_cfb_datasets.R

load_cfb_team_talentR Documentation

Load college football team talent composite from the SportsDataverse data repo

Description

Loads the 247Sports team talent composite – one row per team-season. Published to the cfb_team_talent release tag on the sportsdataverse-data repo.

Usage

load_cfb_team_talent(
  seasons = most_recent_cfb_season(),
  ...,
  dbConnection = NULL,
  tablename = NULL
)

Arguments

seasons

A vector of 4-digit years associated with given college football seasons. Published coverage runs 2005 through the most recent season. Pass seasons = TRUE for every published season. (Min: 2005)

...

Additional arguments passed to an underlying function that writes the season data into a database.

dbConnection

A DBIConnection object, as returned by DBI::dbConnect()

tablename

The name of the data table within the database

Value

Returns a cfbfastR_data tibble.

col_name types description
season integer
team_id integer
team character
talent_composite double
talent_rank integer
blue_chip_ratio double
n_recruits integer

Author(s)

Saiem Gilani

Examples


  try(load_cfb_team_talent(2005))


cfbfastR documentation built on Aug. 24, 2026, 5:13 p.m.