| ncaa_roster {baseballr} | R Documentation |
Get NCAA Baseball Rosters
Description
Get NCAA Baseball Rosters
Usage
ncaa_roster(team_id = NULL, year, ...)
Arguments
team_id |
NCAA id for a school |
year |
The year of interest |
... |
Additional arguments passed to an underlying function like httr. |
Value
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 |
Examples
try(ncaa_roster(team_id = 104, year = 2023))
[Package baseballr version 1.6.0 Index]