Learn R Programming

nhlscraper (version 0.2.0)

get_espn_coach: Get coach by ESPN Coach ID (and season)

Description

get_espn_coach() retrieves information on a coach for a given season or all seasons, including but not limited to his or her name and head-shot URL. Access get_espn_coaches() for coach and get_seasons() for season references.

Usage

get_espn_coach(coach = 5033, season = "all")

Value

list with various items

Arguments

coach

integer ESPN Coach ID

season

integer/string in YYYY or 'all'

Examples

Run this code
ESPN_Paul_Maurice <- get_espn_coach(coach=5033, season='all')

Run the code above in your browser using DataLab