bart_coach_change: Get Head Coach Changes

View source: R/bart_coach_change.R

bart_coach_changeR Documentation

Get Head Coach Changes

Description

Returns head coaching changes at the Division 1 level by season.

Usage

bart_coach_change(year = NULL, conf = NULL, team = NULL)

Arguments

year

Year to filter

conf

Conference to filter

team

Team to filter

Value

Returns a tibble with four columns:

team

character.

conf

character.

old_coach

character.

new_coach

character.

Examples

try(bart_coach_change(year=2015))


toRvik documentation built on Nov. 10, 2022, 5:50 p.m.