realgm_coaches: *RealGM NBA Head Coaches*

View source: R/realgm_staff.R

realgm_coachesR Documentation

RealGM NBA Head Coaches

Description

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_name types description
staff character Coach name.
team character Team name.
start_season character Season the coach started with the team.
years_in_role integer Seasons in the role.
birth_date character Birth date (when listed).
nationality character Nationality.

See Also

Other RealGM Functions: realgm_draft(), realgm_draft_prospects(), realgm_early_entry(), realgm_future_free_agents(), realgm_gms(), realgm_individual_games(), realgm_individual_seasons(), realgm_player_stats(), realgm_players(), realgm_players_abroad(), realgm_rookie_scale(), realgm_salary_cap(), realgm_standings(), realgm_team_stats(), realgm_teams(), realgm_transactions()

Examples

## Not run: 
  try(realgm_coaches())

## End(Not run)

hoopR documentation built on Aug. 25, 2026, 9:07 a.m.