Returns a data frame of all available shot data
for any season(s) of Euroleague matches played
since 2010-11 season, including shot types,
shot locations and players.
Usage
euroleague_shots(season, verbose = FALSE)
Arguments
- season
either a single integer or range of seasons
- verbose
set to TRUE if you want season progress alert
Value
returns a data frame of shot location data
Examples
try({
shots_22 <- euroleague_shots(season = 2022)
shots_20to22 <- euroleague_shots(season = c(2020:2022))
})
#> → Data last updated 2023-05-23 14:28:27 AEST
#> → Data last updated 2023-05-23 14:28:27 AEST