Learn R Programming

provolleyballr (version 0.1.0)

lovb_player_data: League One Volleyball Individual Player Statistics

Description

A dataset containing individual player season statistics for League One Volleyball (LOVB) players across the league for the 2025 season.

Usage

lovb_player_data

Arguments

Format

A data frame with 94 rows and 27 variables:

year

Season year

team

Player's team name

number

Player jersey number

player

Player name

points

Total Points

matches_started

Matches Started

sets_started

Sets Started

sets_played

Sets Played

hitting_efficiency

Attack Efficiency percentage

kill_percentage

Kill percentage

kills

Kills - successful attacks

attack_errors

Attack Errors

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_team_data, lovb_teams, mlv_player_data, mlv_team_data, mlv_teams

Examples

Run this code
head(lovb_player_data)

Run the code above in your browser using DataLab