powered by
Get teams seasons shot charts
teams_shots(teams = NULL, team_ids = NULL, all_active_teams = F, season_types = "Regular Season", seasons = 2018, measures = "FGA", periods = 0, months = 0, date_from = NA, date_to = NA, nest_data = F, return_message = T)
vector of team names
vector of team ids
if `TRUE` returns all active teams
vector of season types options
Pre Season
Regular Season
Playoffs
All Star
vector of seasons
vector of measures
vector of periods
vector of months
date from
date to
if `TRUE` nests data
if `TRUE` returns a message
a tibble
tibble
# NOT RUN { teams_shots(teams = "Brooklyn Nets", seasons = 2018) # }
Run the code above in your browser using DataLab