ncaa_rosters | R Documentation |
a generalized function for obtaining NCAA rosters for individual teams
ncaa_rosters(team_id)
team_id |
a unique team identifier for a given NCAA team from any sport |
a dataframe of roster data with the team
, team_id
, player
,
player_id
, pos
, year
, games_played
, and games_started
values for
each player on a given team. Where available, the height
of players is
returned, in inches.
ncaa_rosters('505669')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.