nba_commonplayoffseries: *Get NBA Stats API Playoff Series*

View source: R/nba_stats_roster.R

nba_commonplayoffseriesR Documentation

Get NBA Stats API Playoff Series

Description

Get NBA Stats API Playoff Series

Get NBA Stats API Playoff Series

Usage

nba_commonplayoffseries(
  league_id = "00",
  season = year_to_season(most_recent_nba_season() - 2),
  series_id = "",
  ...
)

Arguments

league_id

league_id

season

season

series_id

series_id

...

Additional arguments passed to an underlying function like httr.

Details

 nba_commonplayoffseries(league_id = '00', season = year_to_season(most_recent_nba_season() - 2))

Value

Return a named list of data frames: PlayoffSeries

PlayoffSeries

col_name types
GAME_ID character
HOME_TEAM_ID character
VISITOR_TEAM_ID character
SERIES_ID character
GAME_NUM character

Author(s)

Saiem Gilani


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