get_team_schedule: Download tibble of the schedule (with results for completed...

View source: R/data_acquisition.R

get_team_scheduleR Documentation

Download tibble of the schedule (with results for completed games) for a given NBA team (use the 3 letter id)

Description

Download tibble of the schedule (with results for completed games) for a given NBA team (use the 3 letter id)

Usage

get_team_schedule(
  team,
  season = getOption("tidynbadata.current_season"),
  version = getOption("tidynbadata.msf_version_id")
)

Arguments

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 msf_get_results()

Value

a tibble showing game data for the given team

See Also

Other data_acquisition: get_lineup(), get_player_data(), get_raw_msf_box_score(), get_raw_pbp()


kburnham/tidynbadata documentation built on Aug. 7, 2024, 12:10 a.m.