If I run the following example syntax, I get the following error
cfbd_game_team_stats(year = 2024, conference = "SEC")
Warning message:
There was 1 warning in dplyr::filter().
ℹ In argument: conference == conf_name.
Caused by warning in conference == conf_name:
! longer object length is not a multiple of shorter object length
The command doesn't error but it doesn't return all colleges in the SEC
