Skip to contents

This function fetches the NBA standings data for a specific season, processes it into a tidy format, and returns it as a data frame.

Usage

fetch_standings(seasons)

Arguments

seasons

A numeric value representing the year for which to fetch the standings data.

Value

A data frame containing the processed NBA standings data for the specified season.