ncaa_rosters: ncaa_rosters

View source: R/ncaa_roster.R

ncaa_rostersR Documentation

ncaa_rosters

Description

a generalized function for obtaining NCAA rosters for individual teams

Usage

ncaa_rosters(team_id)

Arguments

team_id

a unique team identifier for a given NCAA team from any sport

Value

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.

Examples


ncaa_rosters('505669')



ehess/ncaascrapR documentation built on March 28, 2022, 3:33 a.m.