| load_mlv_pbp | R Documentation |
Load cleaned mlv points log data form the volleydata repository.
load_mlv_pbp(seasons = NULL)
seasons |
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons. |
A data frame containing the play-by-play data for the specified seasons.
| Column Name | Type |
| match_id | int |
| season | int |
| match_datetime | string |
| home_team_name | string |
| away_team_name | string |
| team_involved | string |
| jersey_number | int |
| action | string |
| outcome | string |
| set | int |
| point_number | int |
| point_winner | string |
| home_score | int |
| away_score | int |
try({load_mlv_pbp(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.