powered by
Load cleaned play-by-play data form the volleydata repository.
load_pbp(league = NULL, seasons = NULL)
A data frame containing the play-by-play data for the specified seasons.
A string specifying which of "mlv", "lovb", or "au" to load data for.
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons.
try({load_pbp("mlv", 2024)})
Run the code above in your browser using DataLab