Returns a data frame of all available team box scores
data for Euroleague matches played since 2010-11
     
    
    Usage
    euroleague_team_box(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 dataframe of team box score data
     
    
    Examples
    try({
team_box <- euroleague_team_box(season = 2022)
team_box_21to22 <- euroleague_team_box(season = c(2021:2022))
})
#> → Data last updated 2023-05-23 14:15:25 AEST
#> → Data last updated 2023-05-23 14:15:25 AEST