Description Usage Arguments Value Source Examples
View source: R/cfb_game_player_stats.R
Get results information from games
1 2 3 4 5 6 7 8 9 |
year |
(Integer required): Year, 4 digit format(YYYY) |
week |
(Integer optional): Week - values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or earlier) |
season_type |
(String default regular): Select Season Type: regular or postseason |
team |
(String optional): D-I Team |
conference |
(String optional): Conference abbreviation - Select a valid FBS conference |
category |
(String optional): Category filter (e.g defensive) |
game_id |
(Integer optional): Game ID filter for querying a single game
Can be found using the |
A data frame with 32 variables:
game_idinteger.
teamcharacter.
conferencecharacter.
home_awaycharacter.
pointsinteger.
categorycharacter.
athlete_idcharacter.
namecharacter.
c_attcharacter.
ydsdouble.
avgdouble.
tddouble.
intdouble.
qbrdouble.
cardouble.
longdouble.
recdouble.
nodouble.
fgcharacter.
pctdouble.
xpcharacter.
ptsdouble.
tbdouble.
in_20double.
fumdouble.
lostdouble.
totdouble.
solodouble.
sacksdouble.
tfldouble.
pddouble.
qb_hurdouble.
https://api.collegefootballdata.com/games/players
1 2 3 | cfb_game_player_stats(2018, week = 15, conference = 'Ind')
cfb_game_player_stats(2013, week=1, team = "Florida State", category = 'passing')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.