Learn R Programming

ceblR (version 1.0.0)

load_cebl_player_boxscores: Load CEBL Player Boxscores

Description

A function to load the Canadian Elite Basketball League (CEBL) player boxscores.

Usage

load_cebl_player_boxscores(seasons = NULL)

Value

A data frame containing the CEBL player boxscores for the specified seasons.

Column NameType
game_iddbl
seasondbl
team_namechr
player_numberdbl
player_namechr
player_positionchr
minuteschr
podblsdbl
field_goals_madedbl
field_goals_attempteddbl
field_goal_percentagedbl
two_podbl_field_goals_madedbl
two_podbl_field_goals_attempteddbl
two_podbl__percentagedbl
three_podbl_field_goals_madedbl
three_podbl_field_goals_attempteddbl
three_podbl_percentagedbl
free_throws_madedbl
free_throws_attempteddbl
free_throw_percentagedbl
offensive_reboundsdbl
defensive_reboundsdbl
reboundsdbl
assistsdbl
turnoversdbl
stealsdbl
blocksdbl
blocks_receiveddbl
personal_foulsdbl
fouls_drawndbl
plus_minusdbl
index_ratingdbl
index_rating_2dbl
index_rating_3dbl
index_rating_4dbl
index_rating_5dbl
index_rating_6dbl
index_rating_7lgl
second_chance_pointslgl
fast_break_pointslgl
points_in_the_paintdbl
first_namechr
first_name_initialchr
last_namechr
last_name_initialchr
international_first_namechr
international_first_name_initialchr
international_last_namechr
international_last_name_initialchr
scoreboard_namechr
activelgl
starterlgl
captainlgl
photo_tchr
photo_schr

Arguments

seasons

A vector of seasons (years) to filter the data.

Examples

Run this code
load_cebl_player_boxscores(2020:2021)

Run the code above in your browser using DataLab