Description Usage Arguments Value Source Examples
View source: R/cfb_game_records.R
Get Team records by year
1 | cfb_game_records(year, team = NULL, conference = NULL)
|
year |
(Integer optional): Year, 4 digit format (YYYY) |
team |
(String optional): Team - Select a valid team, D1 football |
conference |
(String optional): DI Conference abbreviation - Select a valid FBS conference |
A data frame with 20 variables:
yearinteger.
teamcharacter.
conferencecharacter.
divisioncharacter.
total_gamesinteger.
total_winsinteger.
total_lossesinteger.
total_tiesinteger.
conference_gamesinteger.
conference_winsinteger.
conference_lossesinteger.
conference_tiesinteger.
home_gamesinteger.
home_winsinteger.
home_lossesinteger.
home_tiesinteger.
away_gamesinteger.
away_winsinteger.
away_lossesinteger.
away_tiesinteger.
https://api.collegefootballdata.com/records
1 2 3 | cfb_game_records(2018, team = 'Notre Dame')
cfb_game_records(2013, team = "Florida State")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.