team_filter | R Documentation |
Takes the Ken Pomeroy data and filters for all games that have a given team.
team_filter(data, team)
data |
Tibble of the Ken Pomeroy data |
team |
Character of the desired string |
A tibble subset of the Ken Pomeroy data
team_filter(get_cbb_data(), "Southern Utah") team_filter(get_cbb_data(), "Northern Arizona")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.