Skip to contents

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.

Usage

get_espn_coach_career(coach = 5033, game_type = 0)

Arguments

coach

integer ESPN Coach ID

game_type

integer where 0=total, 1=regular, and 2=playoffs

Value

tibble with one row per statistic

Examples

ESPN_Paul_Maurice_career <- get_espn_coach_career(coach=5033, game_type=0)