Learn R Programming

nbastatR (version 0.1.11003)

get_teams_seasons_shots: Get teams seasons shot charts

Description

Get teams seasons shot charts

Usage

get_teams_seasons_shots(teams = NULL, team_ids = NULL,
  all_active_teams = F, season_types = "Regular Season",
  seasons = 2017:2018, measures = "FGA", periods = 0, months = 0,
  date_from = NA, date_to = NA, nest_data = F, return_message = T)

Arguments

return_message

Value

a data_frame

Examples

Run this code
# NOT RUN {
get_teams_seasons_shots(teams = "Brooklyn Nets", seasons = 2018)
# }

Run the code above in your browser using DataLab