Extracts raw game by game data.

cfb_pbp_data(year, week = 1, team = NULL, play_type = NULL,
  drive = NULL)

Arguments

year

Select year, (example: 2018)

week

Select week, this is optional (also numeric)

team

Select team name (example: Texas, Texas A&M, Clemson)

play_type

Select play type (example: see the cfb_play_type_df)

drive

Enter anything, and you will get general drive infoo

Examples