cfb_game_info: Get information from games (depending on a bunch of...

Description Usage Arguments Examples

View source: R/cfb_game_info.R

Description

Extracts team talent rankings as sourced from 247 rankings

Usage

1
cfb_game_info(year, week = NULL, team = NULL, conference = NULL)

Arguments

year

Year

week

Week (optional, keep this numeric)

team

Team (optional, D1 Team)

conference

Conference (option, select an appropriate conference)

Examples

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")

meysubb/collegeballR documentation built on July 27, 2019, 4:50 a.m.