| load_lovb_player_info | R Documentation |
Load cleaned lovb player boxscore data from the volleydata repository.
load_lovb_player_info(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 player boxscore data for the specified seasons.
| Column Name | Type |
| match_id | dbl |
| season | dbl |
| match_datetime | chr |
| player_id | dbl |
| player_name | chr |
| first_name | chr |
| last_name | chr |
| jersey_number | dbl |
| primary_position | dbl |
| roster_status | chr |
| is_foreign | lgl |
| is_confederation | lgl |
| is_captain | lgl |
| is_libero | lgl |
| set_1_is_starter | lgl |
| set_1_starting_position | dbl |
| set_2_is_starter | lgl |
| set_2_starting_position | dbl |
| set_3_is_starter | lgl |
| set_3_starting_position | dbl |
| set_4_is_starter | lgl |
| set_4_starting_position | dbl |
| set_5_is_starter | lgl |
| set_5_starting_position | dbl |
| team_name | chr |
| team_short_name | chr |
| team_code | chr |
| team_color | chr |
try({load_lovb_player_info(2025)})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.