This function fetches NBA scores data for a specified season.
Usage
fetch_nba_scores(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 data frame containing raw NBA scores data.