load_cfb_teams {cfbfastR}R Documentation

Load CFB team info from the data repo

Description

Loads team information including colors and logos - useful for plots!

Usage

load_cfb_teams(fbs_only = TRUE)

Arguments

fbs_only

if TRUE, returns only FBS teams, otherwise returns all teams in the dataset

Value

A tibble of team-level image URLs and hex color codes.

See Also

cfbd_team_info()

Issues with this data should be filed here: https://github.com/sportsdataverse/cfbfastR-data

Examples


  try(load_cfb_teams())



[Package cfbfastR version 1.9.0 Index]