Learn R Programming

ceblR (version 1.0.0)

load_cebl_coaches: Load CEBL Coaches

Description

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

Usage

load_cebl_coaches(seasons = NULL)

Value

A data frame containing the CEBL coaches for the specified seasons.

Column NameType
game_iddbl
seasondbl
team_namechr
coach_namechr
coach_typechr
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

Arguments

seasons

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

Examples

Run this code
load_cebl_coaches(2020:2021)

Run the code above in your browser using DataLab