cfbd_teams | R Documentation |
cfbd_team_info()
:Team Info Lookup.
cfbd_team_roster()
:Get a team's full roster by year.
cfbd_team_talent()
:Get composite team talent rankings for all teams in a given year.
cfbd_team_matchup_records()
:Get matchup history records between two teams.
cfbd_team_matchup()
:Get matchup history between two teams.
Lists all teams in conference or all D-I teams if conference is left NULL Currently, support is only provided for D-I
cfbd_team_info(conference = "SEC") cfbd_team_info(conference = "Ind") cfbd_team_info(year = 2019)
cfbd_team_roster(year = 2020)
cfbd_team_roster(year = 2013, team = "Florida State")
Extracts team talent composite for all teams in a given year as sourced from 247 rankings
cfbd_team_talent() cfbd_team_talent(year = 2018)
cfbd_team_matchup("Texas A&M", "TCU") cfbd_team_matchup("Texas A&M", "TCU", min_year = 1975) cfbd_team_matchup("Florida State", "Florida", min_year = 1975)
cfbd_team_matchup_records("Texas", "Oklahoma") cfbd_team_matchup_records("Texas A&M", "TCU", min_year = 1975)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.