Get NCAA Baseball Rosters
Value
A data frame containing roster information, including IDs and urls for each player (if available)
| col_name | types | description |
| player_name | character | Player name. |
| class | character | Academic class/year (Fr, So, Jr, Sr). |
| player_id | character | stats.ncaa.org player identifier. |
| season | numeric | Season (4-digit year). |
| number | character | Jersey number. |
| position | character | Primary fielding position. |
| player_url | character | Full stats.ncaa.org url for the player page. |
| team_name | character | Team name. |
| conference | character | Conference name. |
| team_id | numeric | Team NCAA id. |
| division | numeric | NCAA division (1, 2, 3). |
| conference_id | numeric | Conference identifier. |
Details
Live usage (reads stats.ncaa.org, which is behind Akamai bot protection and
needs the optional chromote + Google Chrome browser fallback, so it is shown
here rather than as a runnable example):
ncaa_roster(team_id = 104, year = 2023)