View source: R/data_acquisition.R
get_team_schedule | R Documentation |
Download tibble of the schedule (with results for completed games) for a given NBA team (use the 3 letter id)
get_team_schedule(
team,
season = getOption("tidynbadata.current_season"),
version = getOption("tidynbadata.msf_version_id")
)
team |
the 3 letter id for an NBA team |
season |
the season you want the schedule for |
version |
the msf api version |
... |
additional paramaters passed to |
a tibble showing game data for the given team
Other data_acquisition:
get_lineup()
,
get_player_data()
,
get_raw_msf_box_score()
,
get_raw_pbp()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.