Skip to contents

Provides a data frame with current college football conquest data during a particular season and week. The data frame is ready for plotting with hf_map().

Usage

cfb_conquest(season, week, division = "fbs")

Arguments

season

(Integer required): Year, 4 digit format (YYYY), ~1897 to present.

week

(Integer required): Week, values from 1-15, 1-14 for seasons pre-playoff (i.e. 2013 or eariler).

division

(String required): What is the lowest division that should start off owning land? Acceptable inputs include "fbs" or "fcs". Defaults to "fbs".

Value

Returns data frame prepared for homefield_map().

Examples

if (FALSE) cfb_conquest(season = 2016, week = 8)