Learn R Programming

ceblR (version 1.0.0)

load_cebl_officials: Load CEBL Officials

Description

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

Usage

load_cebl_officials(seasons = NULL)

Value

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

Column NameType
game_iddbl
seasondbl
officials_typechr
officials_namechr
first_namechr
last_namechr
scoreboard_namechr
first_name_initialchr
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_officials(2020:2021)

Run the code above in your browser using DataLab