load_aupvb_player_info: Load cleaned aupvb player info data from the volleydata...

View source: R/aupvb.R

load_aupvb_player_infoR Documentation

Load cleaned aupvb player info data from the volleydata repository

Description

Load cleaned aupvb player info data from the volleydata repository

Usage

load_aupvb_player_info(seasons = NULL)

Arguments

seasons

An integer or vector of integers of seasons to fetch data for. Defaults to all available seasons.

Value

A data frame containing player information for the specified seasons.

Column Name Type
season dbl
week_number dbl
game_number dbl
game_date chr
rank dbl
rank_change dbl
cumulative_podbls dbl
points_this_match dbl
played_this_match lgl
first_name chr
last_name chr
uniform_number dbl
sets_played dbl
kills dbl
kill_per_set dbl
attack_attempts dbl
attack_errors dbl
attack_percentage dbl
assists dbl
assists_per_set dbl
setting_errors dbl
service_aces dbl
service_aces_per_set dbl
service_errors dbl
total_reception_attempts dbl
reception_errors dbl
positive_reception_pct dbl
digs dbl
digs_per_set dbl
blocks dbl
blocks_per_set dbl
block_assists dbl
block_assists_per_set dbl
primary_position_position_lk chr
primary_position_description chr
primary_position_short_description chr
secondary_position_position_lk chr
secondary_position_description chr
secondary_position_short_description chr
current_roster_status_lk chr
current_roster_status_description chr
is_home_team lgl
team_color chr
home_team_name chr
away_team_name chr
season_id dbl
season_type chr
player_id dbl
player_slug chr
uniform_number_display chr
team_id dbl
type chr
stat_type chr

Examples

try({load_aupvb_player_info(2024)})

rvolleydata documentation built on Nov. 5, 2025, 7:01 p.m.