get_espn_coach_career | R Documentation |
get_espn_coach_career()
retrieves information on each statistic for a given set of coach
and game_type
, including but not limited to their name, abbreviation, description, and value. Access get_espn_coaches()
for coach
reference.
get_espn_coach_career(coach = 5033, game_type = 0)
coach |
integer ESPN Coach ID |
game_type |
integer where 0=total, 1=regular, and 2=playoffs |
tibble with one row per statistic
ESPN_Paul_Maurice_career <- get_espn_coach_career(coach=5033, game_type=0)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.