Learn R Programming

toRvik (version 1.1.1)

bart_coach_change: 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)

Value

Returns a tibble with four columns:

team

character.

conf

character.

old_coach

character.

new_coach

character.

Arguments

year

Year to filter

conf

Conference to filter

team

Team to filter

Examples

Run this code
try(bart_coach_change(year=2015))

Run the code above in your browser using DataLab