Learn R Programming

ncaavolleyballr (version 0.4.3)

team_match_stats: Extract team summary statistics for all matches in a particular season

Description

The NCAA's main page for a team includes a tab called "Game By Game" and a section called "Game by Game Stats". This function extracts the team's summary statistics for each match of the season.

Usage

team_match_stats(team_id = NULL, sport = "WVB")

Value

Returns a data frame of summary team statistics for each match of the season.

Arguments

team_id

Team ID determined by NCAA for season. To find ID, use find_team_id().

sport

Three letter abbreviation for NCAA sport (must be upper case; for example "WVB" for women's volleyball and "MVB" for men's volleyball).

See Also

Other functions that extract team statistics: team_season_info(), team_season_stats()

Examples

Run this code
if (FALSE) { # interactive()
team_match_stats(team_id = "585290")
}

Run the code above in your browser using DataLab