Learn R Programming

rvolleydata

The goal of rvolleydata is to help people access clean and tidy data from League One Volleyball Pro (LOVB), Athletes Unlimited Pro Volleyball (AU), and Major League Volleyball (MLV) leagues.

Installations

You can install the CRAN version of rvolleydata with:

install.packages("rvolleydata")

You can install the development version of rvolleydata from GitHub with:

# install.packages("devtools")
devtools::install_github("awosoga/rvolleydata")

Usage

Please refer to the package vignette for more information on how to use this library.

Note

Some Athletes Unlimited (AU) data, such as from exhibition matches against collegiate teams, is missing. Data from matches played during the 2021 season are also not included due to incongruent data structures.

Acknowledgement

A big thanks to Rebecca Lai for the awesome logo design!

Copy Link

Version

Install

install.packages('rvolleydata')

Monthly Downloads

236

Version

2.0.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

David Awosoga

Last Published

January 8th, 2026

Functions in rvolleydata (2.0.0)

load_events_log

Load cleaned events log data from the volleydata repository.
load_officials

Load cleaned officials data from the volleydata repository.
load_team_staff

Load cleaned team staff data from the volleydata repository.
load_pbp

Load cleaned play-by-play data form the volleydata repository.
load_player_boxscore

Load cleaned player boxscore data from the volleydata repository.
load_team_boxscore

Load cleaned team boxscore data from the volleydata repository.
load_player_info

Load cleaned player info from the volleydata repository.
load_schedule

Load cleaned schedule data from the volleydata repository.