get_espn_coach | R Documentation |
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.
get_espn_coach(coach = 5033, season = "all")
coach |
integer ESPN Coach ID |
season |
integer/string in YYYY or 'all' |
list with various items
ESPN_Paul_Maurice <- get_espn_coach(coach=5033, season='all')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.