ncaa_teams function

Scrape NCAA baseball Teams (Division I, II, and III)

Scrape NCAA baseball Teams (Division I, II, and III)

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

ncaa_teams(year = most_recent_ncaa_baseball_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.

Returns

A data frame with the following variables

col_nametypes
team_idcharacter
team_namecharacter
team_urlcharacter
conference_idcharacter
conferencecharacter
divisionnumeric
yearnumeric
season_idcharacter

Details

ncaa_teams(2023, 1)