Learn R Programming

nbastatR (version 0.1.110202031)

get_team_coaches: Teams coaching staff

Description

Gets coaching staff for team and season

Usage

get_team_coaches(team = "Denver Nuggets", season = 2015,
  return_message = T)

Arguments

team

name of the team

season

season

return_message

if TRUE returns a message

Value

a `data_frame`

Examples

Run this code
# NOT RUN {
get_team_coaches("Brooklyn Nets", 2016)
# }

Run the code above in your browser using DataLab