player_season_stats {ncaavolleyballr} | R Documentation |
Extract player statistics from a particular team and season
Description
The NCAA's main page for a team includes a tab called "Team Statistics". This function extracts the table of player statistics for the season, as well as team and opponent statistics (though these can be omitted).
Usage
player_season_stats(team_id, team_stats = TRUE)
Arguments
team_id |
Team ID determined by NCAA for season. To find ID, use
|
team_stats |
Logical indicating whether to include (TRUE) or exclude (FALSE) team statistics. Default includes team statistics with player statistics. |
Value
Returns a data frame of player statistics. Note that hometown and high school were added in 2024.
Note
This function requires internet connectivity as it checks the NCAA website for information.
See Also
Other functions that extract player statistics:
player_match_stats()
Examples
player_season_stats(team_id = "585290")
[Package ncaavolleyballr version 0.4.2 Index]