team_filter: Filter Ken Pomeroy data

View source: R/team_filter.R

team_filterR Documentation

Filter Ken Pomeroy data

Description

Takes the Ken Pomeroy data and filters for all games that have a given team.

Usage

team_filter(data, team)

Arguments

data

Tibble of the Ken Pomeroy data

team

Character of the desired string

Value

A tibble subset of the Ken Pomeroy data

Examples

team_filter(get_cbb_data(), "Southern Utah")
team_filter(get_cbb_data(), "Northern Arizona")



devinwarner10/devinwcbb documentation built on April 22, 2022, 2:06 a.m.