Skip to contents

Get the current NBA head coaches from RealGM.

Requires a headless browser (see realgm_players()).

Usage

realgm_coaches()

Value

A hoopR_data tibble with one row per coach:

col_nametypesdescription
staffcharacterCoach name.
teamcharacterTeam name.
start_seasoncharacterSeason the coach started with the team.
years_in_roleintegerSeasons in the role.
birth_datecharacterBirth date (when listed).
nationalitycharacterNationality.

Examples

if (FALSE) { # \dontrun{
  try(realgm_coaches())
} # }