Extract Data from NCAA Women's and Men's Volleyball Website
Checks if division or conference is valid
Checks if contest ID is valid
Checks if a logical input is valid
Checks if value is matched in vector
Checks if sport is valid
Checks if team ID is valid
Checks if team name is valid
Checks if year is valid
Aggregate player statistics for a NCAA conference and seasons
Aggregate player statistics for a NCAA division and seasons
Extract date, opponent, and contest ID for team and season
Find team ID for season
Match pattern to find team names
Fix teams that change their names
Gets year, team, and conference from team ID
Extract data frame of team names, IDs, conference, division, and seaso...
Aggregate player statistics and play-by-play information
Creates table of raw HTML
Extract play-by-play information for a particular match
Assigns most recent season
ncaavolleyballr: Extract Data from NCAA Women's and Men's Volleyball W...
Extract player statistics for a particular match
Extract player statistics from a particular team and season
Submit URL request via live browser
Submit URL request, check, and return response
Save data frames
Extract team summary statistics for all matches in a particular season
Extract arena, coach, record, and schedule information for a particula...
Extract teams statistics for season statistics from 2020-2024
Extracts team records/schedules and player statistics for the 2020-2024 National Collegiate Athletic Association (NCAA) women's and men's divisions I, II, and III volleyball teams from <https://stats.ncaa.org>. Functions can aggregate statistics for teams, conferences, divisions, or custom groups of teams.
Useful links