get_espn_coach {nhlscraper} | R Documentation |
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")
Arguments
coach |
integer ESPN Coach ID |
season |
integer/string in YYYY or 'all' |
Value
list with various items
Examples
ESPN_Paul_Maurice <- get_espn_coach(coach=5033, season='all')
[Package nhlscraper version 0.2.0 Index]