Learn R Programming

rvolleydata (version 2.0.0)

load_player_info: Load cleaned player info from the volleydata repository.

Description

Load cleaned player info from the volleydata repository.

Usage

load_player_info(league = NULL, seasons = NULL)

Value

A data frame containing the player info data for the specified seasons.

Column NameType
match_idint
seasonint
match_datetimechr
player_idint
player_namechr
first_namechr
last_namechr
jersey_numberint
primary_positionint
roster_statuschr
is_foreignlgl
is_confederationlgl
is_captainlgl
is_liberolgl
set_1_is_starterlgl
set_1_starting_positionint
set_2_is_starterlgl
set_2_starting_positionint
set_3_is_starterlgl
set_3_starting_positionint
set_4_is_starterlgl
set_4_starting_positionint
set_5_is_starterlgl
set_5_starting_positionint
team_namechr
team_short_namechr
team_codechr
team_colorchr
leaguechr

Arguments

league

A string specifying which of "mlv", "lovb", or "au" to load data for.

seasons

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

Examples

Run this code
try({load_player_info("mlv", 2024)})

Run the code above in your browser using DataLab