| load_aupvb_pbp | R Documentation |
Load cleaned aupvb pbp data from the volleydata repository.
load_aupvb_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 play-by-play data for the specified seasons.
| Column Name | Type |
| season | dbl |
| week_number | dbl |
| game_number | dbl |
| play_sequence_number | dbl |
| set_number | dbl |
| rally_number | dbl |
| play_code | chr |
| narrative_formatted | chr |
| played_id | dbl |
| serve_ace | lgl |
| serve_error | lgl |
| serve_continue | lgl |
| attack_kill | lgl |
| attack_error | lgl |
| attack_continue | lgl |
| pass_good | lgl |
| pass_error | lgl |
| pass_continue | lgl |
| dig_success | lgl |
| dig_continue | lgl |
| block_stuff | lgl |
| block_assist | lgl |
| block_continue | lgl |
| set_assist | lgl |
| set_error | lgl |
| set_continue | lgl |
| home_team_score | dbl |
| away_team_score | dbl |
| scoring_team_id | dbl |
| home_team_id | dbl |
| away_team_id | dbl |
| set_status_lk | chr |
| season_id | dbl |
| game_id | dbl |
| play_text | chr |
| start_time | dbl |
| end_time | dbl |
| video_minutes | dbl |
| video_seconds | dbl |
| alternate_video_seconds | dbl |
| date_time_file_received | chr |
try({load_aupvb_pbp(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.