Learn R Programming

nhlscraper (version 0.2.0)

get_espn_coach_career: 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)

Value

tibble with one row per statistic

Arguments

coach

integer ESPN Coach ID

game_type

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

Examples

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

Run the code above in your browser using DataLab