| yahoo_cfb_player_season_stats_legacy | R Documentation |
Flattens a legacy seasonStatsFootball{Category}Ncaaf query (one category per
call) into a wide player tibble.
yahoo_cfb_player_season_stats_legacy(
season = most_recent_cfb_season(),
category = "Passing",
sort_stat = "PASSING_YARDS",
league_structure = "ncaaf.struct.div.1",
count = 200
)
season |
(integer): Season year. Defaults to |
category |
(character): One of |
sort_stat |
(character): Required sort stat id (a |
league_structure |
(character): Defaults to |
count |
(integer): Defaults to |
A cfbfastR-tagged tibble: player_id, display_name, team,
team_abbreviation, season, category, plus one column per statId.
Other Yahoo CFB Functions:
yahoo_cfb_boxscore(),
yahoo_cfb_player_season_stats(),
yahoo_cfb_scoreboard(),
yahoo_cfb_team_season_stats(),
yahoo_cfb_team_season_stats_legacy()
try(yahoo_cfb_player_season_stats_legacy(season = 2024, category = "Rushing",
sort_stat = "RUSHING_YARDS"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.