load_cebl_coaches {ceblR}R Documentation

Load CEBL Coaches

Description

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

Usage

load_cebl_coaches(seasons = NULL)

Arguments

seasons

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

Value

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

Column Name Type
game_id dbl
season dbl
team_name chr
coach_name chr
coach_type chr
first_name chr
first_name_initial chr
last_name chr
last_name_initial chr
international_first_name chr
international_first_name_initial chr
international_last_name chr
international_last_name_initial chr
scoreboard_name chr

Examples

load_cebl_coaches(2020:2021)


[Package ceblR version 1.0.0 Index]