Learn R Programming

provolleyballr (version 0.1.0)

lovb_team_data: League One Volleyball Team Match Statistics

Description

A dataset containing team match-by-match statistics for League One Volleyball (LOVB) teams for the 2025 season.

Usage

lovb_team_data

Arguments

Format

A data frame with 96 rows and 24 variables:

year

Season year

team

Team name

opponent

Opposing team name

date

Match date

points

Points scored

hitting_efficiency

Attack efficiency percentage

kill_percentage

Kill percentage

kills

Kills - successful attacks that result in a point

attack_errors

Attack Errors - unsuccessful attacks

attacks_blocked

Attacks blocked by opponent

attack_attempts

Total attack attempts

in_system_percentage

In-system percentage

reception_errors

Reception errors

reception_attempts

Reception attempts

service_aces

Service Aces - serves that result directly in a point

service_errors

Service errors

opponent_in_system_percentage

Opponent in-system percentage

service_attempts

Service attempts

blocks

Blocks - successful defensive plays at the net

block_touch_percentage

Block touch percentage

digs

Digs - successful defensive plays

dig_percentage

Dig percentage

assists

Assists - sets that lead directly to a kill

setting_efficiency

Setting efficiency percentage

See Also

Other datasets: au_player_data, lovb_player_data, lovb_teams, mlv_player_data, mlv_team_data, mlv_teams

Examples

Run this code
head(lovb_team_data)

Run the code above in your browser using DataLab