Description Usage Arguments Examples
View source: R/cfb_game_info.R
Extracts team talent rankings as sourced from 247 rankings
1 | cfb_game_info(year, week = NULL, team = NULL, conference = NULL)
|
year |
Year |
week |
Week (optional, keep this numeric) |
team |
Team (optional, D1 Team) |
conference |
Conference (option, select an appropriate conference) |
1 2 3 4 5 | cfb_game_info(2018,week=1)
cfb_game_info(2018,conference='SEC')
cfb_game_info(2018,team="Texas A&M")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.