Learn R Programming

nbastatR (version 0.1.110202031)

get_seasons_teams_coaches: Seasons coaching staffs

Description

Gets coaching staffs for specified seasons

Usage

get_seasons_teams_coaches(seasons = 1990:2018, nest_data = F,
  return_message = T)

Arguments

seasons

vector of seasons

nest_data

if TRUE nests data

return_message

if TRUE returns a message

Value

a `data_frame`

Examples

Run this code
# NOT RUN {
get_seasons_teams_coaches(2018)
# }

Run the code above in your browser using DataLab