get_espn_coach_career {nhlscraper}R Documentation

Get career coaching records by ESPN Coach ID and game-type

Description

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)

[Package nhlscraper version 0.2.0 Index]