| ncaa_roster | R Documentation | 
Get NCAA Baseball Rosters
ncaa_roster(team_id = NULL, year, ...)
team_id | 
 NCAA id for a school  | 
year | 
 The year of interest  | 
... | 
 Additional arguments passed to an underlying function like httr.  | 
A data frame containing roster information, including IDs and urls for each player (if available)
| col_name | types | 
| player_name | character | 
| class | character | 
| player_id | character | 
| season | numeric | 
| number | character | 
| position | character | 
| player_url | character | 
| team_name | character | 
| conference | character | 
| team_id | numeric | 
| division | numeric | 
| conference_id | numeric | 
  try(ncaa_roster(team_id = 104, year = 2023))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.