| yahoo_cfb_player_season_stats | R Documentation |
Flattens the shangrila leagueStatsIndividual response (all stat groups in
one call) into one wide tibble with one row per player. NCAAF data is
available 2013-present.
yahoo_cfb_player_season_stats(
season = most_recent_cfb_season(),
league_structure = "ncaaf.struct.div.1",
count = 200,
qualified = FALSE
)
season |
(integer): Season year (e.g. |
league_structure |
(character): Division filter. Defaults to |
count |
(integer): Max players. Defaults to |
qualified |
(logical): Restrict to qualified leaders. Defaults to |
A cfbfastR-tagged tibble with one row per player. Core columns:
player_id: character.: Yahoo player id (ncaaf.p.*).
display_name: character.: Player name.
team: character.: Team display name.
team_abbreviation: character.: Team abbreviation.
season: integer.: Season echoed back.
Remaining columns are one per statId (e.g. passing_yards, rushing_yards,
receptions, ...), value as displayed (character). Column set grows over time.
Other Yahoo CFB Functions:
yahoo_cfb_boxscore(),
yahoo_cfb_player_season_stats_legacy(),
yahoo_cfb_scoreboard(),
yahoo_cfb_team_season_stats(),
yahoo_cfb_team_season_stats_legacy()
try(yahoo_cfb_player_season_stats(season = 2024))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.