Learn R Programming

toRvik (version 1.1.1)

bart_teams: Teams and Conferences

Description

Returns teams and their conference affiliation by year

Usage

bart_teams(year = NULL, conf = NULL)

Value

Returns a tibble with three columns:

team

character.

year

integer.

conf

character.

Arguments

year

Year to filter

conf

Conference to filter

Details

Function pulls teams and their men's basketball conference affiliation by year back to 2008

Examples

Run this code
try(bart_teams(conf='ACC'))

Run the code above in your browser using DataLab