|  | 
      
        
        | cfb_team_roster_data()
 | Get a teams full roster | 
        
        | cfb_pbp_data()
 | Extract CFB Play by Play Data - For both plays and drives
This is only for D1 football
Data comes from https://api.collegefootballdata.com | 
        
        | cfb_conf_team()
 | Lists all teams in conference
Current support only for D1 | 
        
        | cfb_team_talent()
 | Get composite team talent rankings for all teams in a given year or
all rankings from 2015 - 2018 | 
        
        | cfb_game_info()
 | Get information from games (depending on a bunch of parameters)
1 - Game info for all games that year
2 - Game infos for a specific week of games in a year
3 - Game info for one team that year (or a specific week)
4 - Game info for specific conference that year (or a specific week) | 
        
        | .cfb_team_game_by_game()
 | Extract Team Stats for a CFB team game-by-game for the season | 
        
        | .cfb_team_season()
 | Extract overall team stats for a CFB team (one season) |