Data in the package for reference
College Football Mapping for Play Types
College Football Conferences
Minimum Season Accepted by Year-Taking Functions
Format
A data frame with 45 rows and 3 variables:
id: Referencing play idtext: play type descriptionabbreviation: play type abbreviation used for function call
A data frame with 11 rows and 4 variables:
id: Referencing conference idname: Conference nameshort_name: Short name for Conferenceabbreviation: Conference abbreviation
A data frame with 85 rows and 4 variables:
function_name: Exported cfbfastR function taking ayearargumentmin_year: Earliest season the endpoint returns data forlast_updated: Date the minimum was last verified against the APIinherit_min_from: Function this minimum was inherited from, orNAif probed directly
Details
Generated by data-raw/min_year_map_df.R, which walks every
exported function taking a year argument and probes backwards for the
earliest season returning rows. Values are surfaced in each function's
@param year documentation, so they are only as current as the last
devtools::document() run following an update of this table.
