| load_aupvb_leaderboards | R Documentation |
Load cleaned aupvb leaderboards data from the volleydata repository
load_aupvb_leaderboards(seasons = NULL)
seasons |
An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons. |
Returns a data frame containing leaderboards for the specified seasons.
| Column Name | Type |
| season | dbl |
| week_number | dbl |
| game_number | dbl |
| game_rank | dbl |
| first_name | chr |
| last_name | chr |
| uniform_number | dbl |
| total_points | dbl |
| mvp_points | dbl |
| win_points | dbl |
| stat_points | dbl |
| first_place_mvp | lgl |
| first_place_total_points | dbl |
| second_place_mvp | lgl |
| second_place_total_points | dbl |
| third_place_mvp | lgl |
| third_place_total_points | dbl |
| defensive_mvp | lgl |
| defensive_mvp_total_points | dbl |
| set_wins | dbl |
| set_wins_total_points | dbl |
| match_win | dbl |
| match_win_total_points | dbl |
| service_aces | dbl |
| service_ace_points | dbl |
| service_errors | dbl |
| service_error_points | dbl |
| attack_kills | dbl |
| attack_kill_points | dbl |
| attack_errors | dbl |
| attack_error_points | dbl |
| set_assists | dbl |
| set_assist_points | dbl |
| set_errors | dbl |
| set_error_points | dbl |
| digs | dbl |
| dig_points | dbl |
| good_receptions | dbl |
| good_reception_points | dbl |
| reception_errors | dbl |
| reception_error_points | dbl |
| block_assists | dbl |
| block_assist_points | dbl |
| block_stuffs | dbl |
| block_stuff_points | dbl |
| points_behind | dbl |
| has_extra_inning_stats | lgl |
| is_captain | lgl |
| roster_status | chr |
| primary_position_position_lk | chr |
| primary_position_description | chr |
| primary_position_short_description | chr |
| team_name | chr |
| team_color | chr |
| team_seed | dbl |
| season_id | dbl |
| competitor_id | dbl |
| player_id | dbl |
| player_slug | chr |
| uniform_number_display | dbl |
| overall_rank | dbl |
| overall_rank_change | dbl |
| total_au_points | dbl |
| percent_change | dbl |
| position_change | dbl |
| updated_flg | lgl |
| tie_flg | lgl |
| missed_games_flg | lgl |
| previous_seqno | dbl |
| has_game_experience | dbl |
try({load_aupvb_leaderboards(2024)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.