nba_playoffpicture: *Get NBA Stats API Playoff Picture*

View source: R/nba_stats_league.R

nba_playoffpictureR Documentation

Get NBA Stats API Playoff Picture

Description

Get NBA Stats API Playoff Picture

Get NBA Stats API Playoff Picture

Usage

nba_playoffpicture(league_id = "00", season_id = "22022", ...)

Arguments

league_id

league_id

season_id

season_id

...

Additional arguments passed to an underlying function like httr.

Details

 nba_playoffpicture(league_id = '00', season_id = paste0(2, most_recent_nba_season() - 1))

Value

Return a named list of data frames: EastConfPlayoffPicture, EastConfRemainingGames, EastConfStandings, WestConfPlayoffPicture, WestConfRemainingGames, WestConfStandings

EastConfPlayoffPicture

col_name types
CONFERENCE character
HIGH_SEED_RANK character
HIGH_SEED_TEAM character
HIGH_SEED_TEAM_ID character
LOW_SEED_RANK character
LOW_SEED_TEAM character
LOW_SEED_TEAM_ID character
HIGH_SEED_SERIES_W character
HIGH_SEED_SERIES_L character
HIGH_SEED_SERIES_REMAINING_G character
HIGH_SEED_SERIES_REMAINING_HOME_G character
HIGH_SEED_SERIES_REMAINING_AWAY_G character

WestConfPlayoffPicture

col_name types
CONFERENCE character
HIGH_SEED_RANK character
HIGH_SEED_TEAM character
HIGH_SEED_TEAM_ID character
LOW_SEED_RANK character
LOW_SEED_TEAM character
LOW_SEED_TEAM_ID character
HIGH_SEED_SERIES_W character
HIGH_SEED_SERIES_L character
HIGH_SEED_SERIES_REMAINING_G character
HIGH_SEED_SERIES_REMAINING_HOME_G character
HIGH_SEED_SERIES_REMAINING_AWAY_G character

EastConfStandings

col_name types
CONFERENCE character
RANK character
TEAM character
TEAM_SLUG character
TEAM_ID character
WINS character
LOSSES character
PCT character
DIV character
CONF character
HOME character
AWAY character
GB character
GR_OVER_500 character
GR_OVER_500_HOME character
GR_OVER_500_AWAY character
GR_UNDER_500 character
GR_UNDER_500_HOME character
GR_UNDER_500_AWAY character
RANKING_CRITERIA character
CLINCHED_PLAYOFFS character
CLINCHED_CONFERENCE character
CLINCHED_DIVISION character
ELIMINATED_PLAYOFFS character
SOSA_REMAINING character

WestConfStandings

col_name types
CONFERENCE character
RANK character
TEAM character
TEAM_SLUG character
TEAM_ID character
WINS character
LOSSES character
PCT character
DIV character
CONF character
HOME character
AWAY character
GB character
GR_OVER_500 character
GR_OVER_500_HOME character
GR_OVER_500_AWAY character
GR_UNDER_500 character
GR_UNDER_500_HOME character
GR_UNDER_500_AWAY character
RANKING_CRITERIA character
CLINCHED_PLAYOFFS character
CLINCHED_CONFERENCE character
CLINCHED_DIVISION character
ELIMINATED_PLAYOFFS character
SOSA_REMAINING character

EastConfRemainingGames

col_name types
TEAM character
TEAM_ID character
REMAINING_G character
REMAINING_HOME_G character
REMAINING_AWAY_G character

WestConfRemainingGames

col_name types
TEAM character
TEAM_ID character
REMAINING_G character
REMAINING_HOME_G character
REMAINING_AWAY_G character

Author(s)

Saiem Gilani

See Also

Other NBA League Functions: nba_leaguedashlineups(), nba_leaguedashoppptshot(), nba_leaguedashplayerbiostats(), nba_leaguedashplayerclutch(), nba_leaguedashplayerptshot(), nba_leaguedashplayershotlocations(), nba_leaguedashplayerstats(), nba_leaguedashptdefend(), nba_leaguedashptstats(), nba_leaguedashptteamdefend(), nba_leaguedashteamclutch(), nba_leaguedashteamptshot(), nba_leaguedashteamshotlocations(), nba_leaguedashteamstats(), nba_leaguegamefinder(), nba_leaguegamelog(), nba_leaguelineupviz(), nba_leagueplayerondetails(), nba_leagueseasonmatchups(), nba_leaguestandingsv3(), nba_leaguestandings(), nba_matchupsrollup(), nba_shotchartleaguewide()


hoopR documentation built on Nov. 26, 2023, 1:07 a.m.