Skip to contents

This function allows the user to obtain NCAA teams by year and division

Usage

ncaa_mbb_teams(year = most_recent_mbb_season(), division = 1, ...)

Arguments

year

The season for which data should be returned, in the form of "YYYY". Years currently available: 2002 onward.

division

Division - 1, 2, 3

...

Additional arguments passed to an underlying function like httr.

Value

A data frame with the following variables

col_nametypesdescription
team_idcharacterUnique team identifier.
team_namecharacterFull team display name (e.g. 'Las Vegas Aces').
team_urlcharacterURL for team.
conference_idcharacterConference identifier.
conferencecharacterConference.
divisionnumericTeam division.
yearnumeric4-digit year.
season_idcharacterUnique season identifier.

Details

  ncaa_mbb_teams(year = 2023, division = 1)