This function fetches raw NBA shot data and league average data for a given season.
Usage
fetch_shots_data(season, season_type)
Arguments
- season
A numeric value representing the season (e.g., 2024).
- season_type
A character string specifying the type of season (e.g., "Regular Season").
Value
A list containing raw shots data and league average data.