Learn R Programming

ceblR (version 1.0.0)

load_cebl_team_boxscores: Load CEBL Team Boxscores

Description

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

Usage

load_cebl_team_boxscores(seasons = NULL)

Value

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

Column NameType
game_iddbl
seasondbl
team_namechr
short_namechr
codechr
team_scoredbl
minuteschr
field_goals_madedbl
field_goals_attempteddbl
field_goal_percentagedbl
two_point_field_goals_madedbl
two_point_field_goals_attempteddbl
two_point__percentagedbl
three_point_field_goals_madedbl
three_point_field_goals_attempteddbl
three_point_percentagedbl
free_throws_madedbl
free_throws_attempteddbl
free_throw_percentagedbl
offensive_reboundsdbl
defensive_reboundsdbl
reboundsdbl
assistsdbl
stealsdbl
turnoversdbl
blocksdbl
blocks_receiveddbl
personal_foulsdbl
fouls_drawndbl
total_foulsdbl
bonus_foulsdbl
points_in_the_paintdbl
second_chance_pointsdbl
points_from_turnoversdbl
bench_pointsdbl
fast_break_pointsdbl
team_index_ratingdbl
team_index_rating_2dbl
team_index_rating_3dbl
team_index_rating_4dbl
team_index_rating_5dbl
team_index_rating_6dbl
team_index_rating_7dbl
team_foulsdbl
team_turnoversdbl
team_reboundsdbl
team_defensive_reboundsdbl
team_offensive_reboundsdbl
period_1_scoredbl
period_2_scoredbl
period_3_scoredbl
period_4_scoredbl
biggest_leaddbl
biggest_scoring_rundbl
time_leadingdbl
lead_changesdbl
times_scores_leveldbl
timeouts_leftdbl
head_coachchr
assistant_coach_1chr
assistant_coach_2chr
international_team_namechr
international_short_namechr
international_codechr
logochr
logo_t_urlchr
logo_t_sizechr
logo_t_heightdbl
logo_t_widthdbl
logo_t_bytesdbl
logo_s_urlchr
logo_s_sizechr
logo_s_heightdbl
logo_s_widthdbl
logo_s_bytesdbl

Arguments

seasons

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

Examples

Run this code
load_cebl_team_boxscores(2020:2021)

Run the code above in your browser using DataLab