year_filter | R Documentation |
The homework asked to do this as part of question 3d. Right now this only works for year values of 2021 and 2022.
year_filter(data, year = 2022)
data |
A tibble, preferable the kenpom data |
year |
An integer value representing the desired year |
tibble
year_filter(get_cbb_data(), 2021)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.