Skip to contents

Get the current NBA standings (both conferences) from RealGM.

One row per team with record, win pct, games back, streak, last-ten, scoring margin and home/away/division/conference splits. The Eastern and Western conference tables are stacked and labelled by a conference column.

Requires a headless browser (see realgm_players()).

Usage

realgm_standings()

Value

A hoopR_data tibble with one row per team:

col_nametypesdescription
numberintegerConference rank.
teamcharacterTeam name.
wintegerWins.
lintegerLosses.
pctnumericWin percentage.
gbnumericGames back.
l10characterLast-ten record.
strkcharacterCurrent streak.
ppgnumericPoints per game.
oppgnumericOpponent points per game.
diffnumericScoring margin.
homecharacterHome record.
awaycharacterAway record.
conferencecharacterEastern or Western.

Examples

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