Extracts team talent rankings as sourced from 247 rankings

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

cfb_game_info(2018,week=1)
#> id season week season_type start_date neutral_site #> 1 401013357 2018 1 regular 2018-08-25T21:30:00.000Z FALSE #> 2 401014972 2018 1 regular 2018-08-25T23:00:00.000Z FALSE #> 3 401022510 2018 1 regular 2018-08-25T23:30:00.000Z FALSE #> 4 401013437 2018 1 regular 2018-08-26T02:00:00.000Z FALSE #> 5 401013328 2018 1 regular 2018-08-30T23:00:00.000Z FALSE #> 6 401019470 2018 1 regular 2018-08-30T23:00:00.000Z FALSE #> 7 401020671 2018 1 regular 2018-08-30T23:00:00.000Z FALSE #> 8 401021651 2018 1 regular 2018-08-30T23:00:00.000Z FALSE #> 9 401013489 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 10 401021655 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 11 401013086 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 12 401014979 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 13 401012675 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 14 401013342 2018 1 regular 2018-08-31T00:00:00.000Z FALSE #> 15 401012258 2018 1 regular 2018-08-31T00:30:00.000Z FALSE #> 16 401022511 2018 1 regular 2018-08-31T02:00:00.000Z FALSE #> 17 401020673 2018 1 regular 2018-08-31T22:00:00.000Z FALSE #> 18 401020672 2018 1 regular 2018-08-31T22:30:00.000Z FALSE #> 19 401012880 2018 1 regular 2018-08-31T23:00:00.000Z FALSE #> 20 401013089 2018 1 regular 2018-08-31T23:00:00.000Z FALSE #> 21 401022517 2018 1 regular 2018-09-01T01:00:00.000Z FALSE #> 22 401013354 2018 1 regular 2018-09-01T01:00:00.000Z FALSE #> 23 401022512 2018 1 regular 2018-09-01T01:00:00.000Z FALSE #> 24 401012680 2018 1 regular 2018-09-01T01:30:00.000Z TRUE #> 25 401013072 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 26 401012682 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 27 401012820 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 28 401012872 2018 1 regular 2018-09-01T16:00:00.000Z TRUE #> 29 401012804 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 30 401014977 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 31 401013065 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 32 401012253 2018 1 regular 2018-09-01T16:00:00.000Z TRUE #> 33 401012256 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 34 401013091 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 35 401019473 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 36 401013088 2018 1 regular 2018-09-01T16:20:00.000Z FALSE #> 37 401013090 2018 1 regular 2018-09-01T16:30:00.000Z FALSE #> 38 401013087 2018 1 regular 2018-09-01T17:00:00.000Z FALSE #> 39 401022514 2018 1 regular 2018-09-01T18:00:00.000Z FALSE #> 40 401020675 2018 1 regular 2018-09-01T18:00:00.000Z FALSE #> 41 401013349 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 42 401012251 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 43 401012683 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 44 401013092 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 45 401012248 2018 1 regular 2018-09-01T19:30:00.000Z TRUE #> 46 401012250 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 47 401012257 2018 1 regular 2018-09-01T19:30:00.000Z TRUE #> 48 401012862 2018 1 regular 2018-09-01T19:40:00.000Z FALSE #> 49 401012255 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 50 401012678 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 51 401012684 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 52 401012247 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 53 401013094 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 54 401021653 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 55 401013448 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 56 401014973 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 57 401021656 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 58 401019472 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 59 401014975 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 60 401020674 2018 1 regular 2018-09-01T22:00:00.000Z FALSE #> 61 401021654 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 62 401020676 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 63 401013057 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 64 401013048 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 65 401012679 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 66 401014974 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 67 401012851 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 68 401014978 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 69 401019474 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 70 401019476 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 71 401021652 2018 1 regular 2018-09-01T23:00:00.000Z FALSE #> 72 401012254 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 73 401012888 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 74 401014980 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 75 401012249 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 76 401014976 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 77 401012259 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 78 401012246 2018 1 regular 2018-09-02T00:00:00.000Z TRUE #> 79 401022515 2018 1 regular 2018-09-02T00:00:00.000Z FALSE #> 80 401012681 2018 1 regular 2018-09-02T00:00:00.000Z FALSE #> 81 401013026 2018 1 regular 2018-09-02T00:00:00.000Z FALSE #> 82 401022516 2018 1 regular 2018-09-02T02:00:00.000Z FALSE #> 83 401012677 2018 1 regular 2018-09-02T02:30:00.000Z FALSE #> 84 401012676 2018 1 regular 2018-09-02T02:45:00.000Z FALSE #> 85 401019475 2018 1 regular 2018-09-02T03:00:00.000Z FALSE #> 86 401079833 2018 1 regular 2018-09-02T19:30:00.000Z FALSE #> 87 401013095 2018 1 regular 2018-09-02T23:30:00.000Z TRUE #> 88 401013096 2018 1 regular 2018-09-04T00:00:00.000Z FALSE #> conference_game attendance venue_id #> 1 FALSE 8684 3985 #> 2 FALSE 20050 3895 #> 3 TRUE 31007 5388 #> 4 FALSE 20322 3601 #> 5 FALSE 0 3953 #> 6 TRUE 0 3892 #> 7 FALSE 0 3919 #> 8 FALSE 0 4246 #> 9 FALSE 0 3646 #> 10 FALSE 0 3817 #> 11 FALSE 0 4729 #> 12 FALSE 0 3803 #> 13 FALSE 0 587 #> 14 TRUE 0 3907 #> 15 FALSE 0 3795 #> 16 FALSE 0 3935 #> 17 FALSE 0 3980 #> 18 FALSE 0 3912 #> 19 FALSE 0 3936 #> 20 FALSE 0 3982 #> 21 FALSE 0 3816 #> 22 FALSE 0 347 #> 23 FALSE 0 3940 #> 24 FALSE 0 3937 #> 25 FALSE 0 3616 #> 26 FALSE 0 3861 #> 27 FALSE 0 3754 #> 28 FALSE 0 3719 #> 29 FALSE 0 3832 #> 30 FALSE 0 3895 #> 31 FALSE 0 3835 #> 32 FALSE 0 3891 #> 33 FALSE 0 3994 #> 34 FALSE 0 3670 #> 35 FALSE 0 3806 #> 36 FALSE 0 3836 #> 37 FALSE 0 721 #> 38 FALSE 0 3615 #> 39 FALSE 0 3713 #> 40 FALSE 0 3876 #> 41 FALSE 105232 3632 #> 42 FALSE 0 3683 #> 43 FALSE 0 3984 #> 44 FALSE 0 3752 #> 45 FALSE 0 5348 #> 46 FALSE 0 3917 #> 47 FALSE 0 3628 #> 48 FALSE 0 3793 #> 49 FALSE 0 3838 #> 50 FALSE 0 477 #> 51 FALSE 0 3831 #> 52 FALSE 0 3887 #> 53 FALSE 0 3923 #> 54 FALSE 0 3608 #> 55 FALSE 0 3992 #> 56 FALSE 0 4418 #> 57 FALSE 0 3975 #> 58 FALSE 0 3886 #> 59 FALSE 0 3996 #> 60 FALSE 0 3965 #> 61 FALSE 0 3666 #> 62 FALSE 0 3739 #> 63 FALSE 0 3636 #> 64 FALSE 0 3833 #> 65 FALSE 0 1056 #> 66 FALSE 0 3797 #> 67 FALSE 0 218 #> 68 FALSE 0 3815 #> 69 FALSE 0 3805 #> 70 FALSE 0 3674 #> 71 FALSE 0 3625 #> 72 FALSE 0 3693 #> 73 FALSE 0 3855 #> 74 FALSE 0 3946 #> 75 FALSE 0 3634 #> 76 FALSE 0 3825 #> 77 FALSE 0 3973 #> 78 FALSE 57280 4013 #> 79 FALSE 0 3971 #> 80 FALSE 0 3626 #> 81 FALSE 0 4727 #> 82 FALSE 0 3660 #> 83 FALSE 0 3947 #> 84 FALSE 0 3619 #> 85 FALSE 0 3610 #> 86 FALSE 0 3699 #> 87 FALSE 0 3687 #> 88 TRUE 0 3697 #> venue #> 1 Warren McGuirk Alumni Stadium #> 2 Rice Stadium #> 3 Canvas Stadium #> 4 Aggie Memorial Stadium #> 5 TCF Bank Stadium #> 6 Rentschler Field #> 7 Scheumann Stadium #> 8 Georgia State Stadium #> 9 Boone Pickens Stadium #> 10 Malone Stadium #> 11 Benson Field at Yulman Stadium #> 12 Legion Field #> 13 Rice-Eccles Stadium #> 14 Ross-Ade Stadium #> 15 Kyle Field #> 16 Spartan Stadium #> 17 Waldo Stadium #> 18 Rynearson Stadium #> 19 Spartan Stadium #> 20 Wallace Wade Stadium #> 21 Mackay Stadium #> 22 Camp Randall Stadium #> 23 Stanford Stadium #> 24 Sports Authority Field at Mile High #> 25 Amon G. Carter Stadium #> 26 Ohio Stadium #> 27 High Point Solutions Stadium #> 28 FedEx Field #> 29 Memorial Stadium #> 30 Rice Stadium #> 31 Gaylord Family Oklahoma Memorial Stadium #> 32 NRG Stadium #> 33 Williams-Brice Stadium #> 34 Carter-Finley Stadium #> 35 Lincoln Financial Field #> 36 Memorial Stadium #> 37 Bobby Dodd Stadium at Historic Grant Field #> 38 Alumni Stadium #> 39 Falcon Stadium #> 40 Peden Stadium #> 41 Beaver Stadium #> 42 Commonwealth Stadium #> 43 War Memorial Stadium #> 44 Heinz Field #> 45 Mercedes-Benz Stadium #> 46 Sanford Stadium #> 47 Bank of America Stadium #> 48 Kinnick Stadium #> 49 Faurot Field #> 50 Los Angeles Memorial Coliseum #> 51 California Memorial Stadium #> 52 Donald W. Reynolds Razorback Stadium Frank Broyles Field #> 53 Scott Stadium #> 54 Paulson Stadium #> 55 Williams Stadium #> 56 Jerry Richardson Stadium #> 57 Veterans Memorial Stadium #> 58 Raymond James Stadium #> 59 Yager Stadium #> 60 UB Stadium #> 61 Cajun Field #> 62 Glass Bowl #> 63 Bill Snyder Family Football Stadium #> 64 Memorial Stadium #> 65 Rose Bowl #> 66 Ladd Peebles Stadium #> 67 FIU Stadium #> 68 M. M. Roberts Stadium #> 69 Liberty Bowl Memorial Stadium #> 70 Skelly Field at H. A. Chapman Stadium #> 71 Centennial Bank Stadium #> 72 Davis Wade Stadium #> 73 Notre Dame Stadium #> 74 Sun Bowl Stadium #> 75 Ben Hill Griffin Stadium #> 76 Apogee Stadium #> 77 Vanderbilt Stadium #> 78 Camping World Stadium #> 79 University Stadium #> 80 Autzen Stadium #> 81 McLane Stadium #> 82 Bulldog Stadium #> 83 Sun Devil Stadium #> 84 Arizona Stadium #> 85 Aloha Stadium #> 86 Dowdy-Ficklen Stadium #> 87 AT&T Stadium #> 88 Bobby Bowden Field at Doak Campbell Stadium #> home_team home_conference home_points home_line_scores #> 1 UMass FBS Independents 63 21, 14, 21, 7 #> 2 Rice Conference USA 31 13, 6, 0, 12 #> 3 Colorado State Mountain West 34 7, 0, 13, 14 #> 4 New Mexico State <NA> 7 0, 0, 0, 7 #> 5 Minnesota Big Ten 48 7, 28, 3, 10 #> 6 Connecticut American Athletic 17 0, 10, 0, 7 #> 7 Ball State Mid-American 42 7, 14, 14, 7 #> 8 Georgia State Sun Belt 24 0, 14, 0, 10 #> 9 Oklahoma State Big 12 58 17, 14, 14, 13 #> 10 Louisiana Monroe Sun Belt 34 7, 9, 10, 8 #> 11 Tulane American Athletic 17 0, 0, 14, 3, 0 #> 12 UAB Conference USA 52 7, 21, 10, 14 #> 13 Utah Pac-12 41 7, 10, 14, 10 #> 14 Purdue Big Ten 27 14, 3, 7, 3 #> 15 Texas A&M SEC 59 7, 28, 17, 7 #> 16 San José State Mountain West 38 14, 7, 10, 7 #> 17 Western Michigan Mid-American 42 7, 0, 28, 7 #> 18 Eastern Michigan Mid-American 51 13, 17, 14, 7 #> 19 Michigan State Big Ten 38 6, 14, 7, 11 #> 20 Duke ACC 34 3, 14, 7, 10 #> 21 Nevada Mountain West 72 9, 21, 28, 14 #> 22 Wisconsin Big Ten 34 7, 17, 3, 7 #> 23 Stanford Pac-12 31 0, 9, 15, 7 #> 24 Colorado State Mountain West 13 7, 3, 0, 3 #> 25 TCU Big 12 55 17, 21, 17, 0 #> 26 Ohio State Big Ten 77 21, 21, 14, 21 #> 27 Rutgers Big Ten 35 7, 14, 7, 7 #> 28 Maryland Big Ten 34 14, 10, 0, 10 #> 29 Illinois Big Ten 31 3, 0, 21, 7 #> 30 Rice Conference USA 27 7, 17, 3, 0 #> 31 Oklahoma Big 12 63 28, 14, 14, 7 #> 32 Texas Tech Big 12 27 7, 10, 10, 0 #> 33 South Carolina SEC 49 14, 14, 14, 7 #> 34 NC State ACC 24 0, 17, 0, 7 #> 35 Temple American Athletic 17 3, 7, 7, 0 #> 36 Clemson ACC 48 10, 17, 14, 7 #> 37 Georgia Tech ACC 41 7, 13, 21, 0 #> 38 Boston College ACC 55 14, 34, 0, 7 #> 39 Air Force Mountain West 38 14, 10, 0, 14 #> 40 Ohio Mid-American 38 3, 14, 14, 7 #> 41 Penn State Big Ten 45 7, 3, 14, 14, 7 #> 42 Kentucky SEC 35 7, 14, 7, 7 #> 43 Wyoming Mountain West 19 2, 14, 3, 0 #> 44 Pittsburgh ACC 33 19, 14, 0, 0 #> 45 Auburn SEC 21 9, 6, 0, 6 #> 46 Georgia SEC 45 17, 21, 7, 0 #> 47 Tennessee SEC 14 0, 7, 7, 0 #> 48 Iowa Big Ten 33 0, 3, 14, 16 #> 49 Missouri SEC 51 14, 24, 10, 3 #> 50 USC Pac-12 43 6, 13, 0, 24 #> 51 California Pac-12 24 7, 10, 7, 0 #> 52 Arkansas SEC 55 10, 28, 10, 7 #> 53 Virginia ACC 42 14, 14, 7, 7 #> 54 Georgia Southern Sun Belt 37 13, 3, 7, 14 #> 55 Liberty <NA> 52 14, 0, 10, 28 #> 56 Charlotte Conference USA 34 3, 10, 7, 14 #> 57 Troy Sun Belt 20 7, 0, 7, 6 #> 58 South Florida American Athletic 34 7, 17, 7, 3 #> 59 Miami (OH) Mid-American 28 0, 7, 7, 14 #> 60 Buffalo Mid-American 48 20, 14, 14, 0 #> 61 Louisiana Sun Belt 49 21, 14, 14, 0 #> 62 Toledo Mid-American 66 21, 21, 21, 3 #> 63 Kansas State Big 12 27 3, 9, 0, 15 #> 64 Kansas Big 12 23 7, 3, 0, 10, 3 #> 65 UCLA Pac-12 17 10, 0, 7, 0 #> 66 South Alabama Sun Belt 26 0, 7, 6, 13 #> 67 Florida International Conference USA 28 7, 7, 7, 7 #> 68 Southern Mississippi Conference USA 55 14, 27, 7, 7 #> 69 Memphis American Athletic 66 28, 28, 0, 10 #> 70 Tulsa American Athletic 38 7, 14, 3, 14 #> 71 Arkansas State Sun Belt 48 7, 14, 27, 0 #> 72 Mississippi State SEC 63 21, 14, 14, 14 #> 73 Notre Dame FBS Independents 24 14, 7, 3, 0 #> 74 UTEP Conference USA 10 0, 10, 0, 0 #> 75 Florida SEC 53 10, 28, 13, 2 #> 76 North Texas Conference USA 46 14, 6, 16, 10 #> 77 Vanderbilt SEC 35 7, 7, 7, 14 #> 78 Alabama SEC 51 14, 14, 16, 7 #> 79 New Mexico Mountain West 62 28, 7, 13, 14 #> 80 Oregon Pac-12 58 7, 30, 14, 7 #> 81 Baylor Big 12 55 17, 21, 10, 7 #> 82 Fresno State Mountain West 79 16, 28, 14, 21 #> 83 Arizona State Pac-12 49 14, 14, 14, 7 #> 84 Arizona Pac-12 23 0, 10, 0, 13 #> 85 Hawai'i Mountain West 59 14, 24, 0, 21 #> 86 East Carolina American Athletic 23 3, 14, 3, 3 #> 87 LSU SEC 33 10, 17, 6, 0 #> 88 Florida State ACC 3 0, 3, 0, 0 #> away_team away_conference away_points away_line_scores #> 1 Duquesne <NA> 15 3, 6, 0, 6 #> 2 Prairie View <NA> 28 0, 21, 7, 0 #> 3 Hawai'i Mountain West 43 10, 13, 14, 6 #> 4 Wyoming Mountain West 29 9, 6, 7, 7 #> 5 New Mexico State <NA> 10 7, 3, 0, 0 #> 6 UCF American Athletic 56 14, 14, 14, 14 #> 7 Central Connecticut <NA> 6 0, 0, 0, 6 #> 8 Kennesaw State <NA> 20 7, 7, 6, 0 #> 9 Missouri State <NA> 17 0, 7, 10, 0 #> 10 Southeastern Louisiana <NA> 31 14, 7, 0, 10 #> 11 Wake Forest ACC 23 0, 7, 3, 7, 6 #> 12 Savannah State <NA> 0 0, 0, 0, 0 #> 13 Weber State <NA> 10 10, 0, 0, 0 #> 14 Northwestern Big Ten 31 14, 17, 0, 0 #> 15 Northwestern State <NA> 7 0, 0, 0, 7 #> 16 UC Davis <NA> 44 14, 21, 2, 7 #> 17 Syracuse ACC 55 24, 10, 14, 7 #> 18 Monmouth <NA> 17 0, 3, 7, 7 #> 19 Utah State Mountain West 31 7, 7, 10, 7 #> 20 Army FBS Independents 14 0, 0, 14, 0 #> 21 Portland State <NA> 19 9, 10, 0, 0 #> 22 Western Kentucky Conference USA 3 0, 0, 3, 0 #> 23 San Diego State Mountain West 10 7, 0, 3, 0 #> 24 Colorado Pac-12 45 21, 7, 17, 0 #> 25 Southern <NA> 7 0, 7, 0, 0 #> 26 Oregon State Pac-12 31 7, 7, 17, 0 #> 27 Texas State Sun Belt 7 0, 0, 7, 0 #> 28 Texas Big 12 29 7, 15, 7, 0 #> 29 Kent State Mid-American 24 7, 10, 7, 0 #> 30 Houston American Athletic 45 3, 14, 14, 14 #> 31 Florida Atlantic Conference USA 14 0, 0, 7, 7 #> 32 Ole Miss SEC 47 24, 6, 7, 10 #> 33 Coastal Carolina Sun Belt 15 0, 3, 3, 9 #> 34 James Madison <NA> 13 7, 0, 3, 3 #> 35 Villanova <NA> 19 13, 0, 0, 6 #> 36 Furman <NA> 7 0, 0, 0, 7 #> 37 Alcorn State <NA> 0 0, 0, 0, 0 #> 38 UMass FBS Independents 21 7, 0, 0, 14 #> 39 Stony Brook <NA> 0 0, 0, 0, 0 #> 40 Howard <NA> 32 10, 12, 7, 3 #> 41 Appalachian State Sun Belt 38 10, 0, 0, 28, 0 #> 42 Central Michigan Mid-American 20 3, 17, 0, 0 #> 43 Washington State Pac-12 41 10, 3, 7, 21 #> 44 Albany <NA> 7 7, 0, 0, 0 #> 45 Washington Pac-12 16 3, 10, 0, 3 #> 46 Austin Peay <NA> 0 0, 0, 0, 0 #> 47 West Virginia Big 12 40 10, 3, 20, 7 #> 48 Northern Illinois Mid-American 7 0, 0, 0, 7 #> 49 UT Martin <NA> 14 0, 7, 7, 0 #> 50 UNLV Mountain West 21 7, 7, 0, 7 #> 51 North Carolina ACC 17 0, 0, 3, 14 #> 52 Eastern Illinois <NA> 20 0, 6, 7, 7 #> 53 Richmond <NA> 13 10, 0, 3, 0 #> 54 South Carolina State <NA> 6 0, 0, 6, 0 #> 55 Old Dominion Conference USA 10 3, 7, 0, 0 #> 56 Fordham <NA> 10 0, 7, 3, 0 #> 57 Boise State Mountain West 56 14, 21, 7, 14 #> 58 Elon <NA> 14 0, 0, 7, 7 #> 59 Marshall Conference USA 35 14, 7, 7, 7 #> 60 Delaware State <NA> 10 0, 3, 0, 7 #> 61 Grambling <NA> 17 3, 7, 0, 7 #> 62 VMI <NA> 3 0, 3, 0, 0 #> 63 South Dakota <NA> 24 10, 14, 0, 0 #> 64 Nicholls <NA> 26 7, 3, 7, 3, 6 #> 65 Cincinnati American Athletic 26 0, 17, 0, 9 #> 66 Louisiana Tech Conference USA 30 7, 13, 3, 7 #> 67 Indiana Big Ten 38 14, 14, 7, 3 #> 68 Jackson State <NA> 7 0, 0, 7, 0 #> 69 Mercer <NA> 14 0, 0, 0, 14 #> 70 Central Arkansas <NA> 27 13, 0, 7, 7 #> 71 Southeast Missouri State <NA> 21 0, 14, 0, 7 #> 72 Stephen F. Austin <NA> 6 0, 3, 3, 0 #> 73 Michigan Big Ten 17 0, 10, 0, 7 #> 74 Northern Arizona <NA> 30 10, 7, 13, 0 #> 75 Charleston Southern <NA> 6 0, 0, 0, 6 #> 76 SMU American Athletic 23 0, 0, 0, 23 #> 77 Middle Tennessee Conference USA 7 7, 0, 0, 0 #> 78 Louisville ACC 14 0, 0, 7, 7 #> 79 Incarnate Word <NA> 30 7, 9, 0, 14 #> 80 Bowling Green Mid-American 24 10, 7, 7, 0 #> 81 Abilene Christian <NA> 27 7, 13, 7, 0 #> 82 Idaho <NA> 13 6, 0, 7, 0 #> 83 UT San Antonio Conference USA 7 0, 0, 0, 7 #> 84 BYU FBS Independents 28 0, 7, 21, 0 #> 85 Navy American Athletic 41 0, 14, 14, 13 #> 86 North Carolina A&T <NA> 28 7, 7, 0, 14 #> 87 Miami ACC 17 3, 0, 0, 14 #> 88 Virginia Tech ACC 24 10, 7, 0, 7
cfb_game_info(2018,conference='SEC')
#> id season week season_type start_date neutral_site #> 1 401012258 2018 1 regular 2018-08-31T00:30:00.000Z FALSE #> 2 401012256 2018 1 regular 2018-09-01T16:00:00.000Z FALSE #> 3 401012253 2018 1 regular 2018-09-01T16:00:00.000Z TRUE #> 4 401012250 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 5 401012251 2018 1 regular 2018-09-01T19:30:00.000Z FALSE #> 6 401012248 2018 1 regular 2018-09-01T19:30:00.000Z TRUE #> 7 401012257 2018 1 regular 2018-09-01T19:30:00.000Z TRUE #> 8 401012255 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 9 401012247 2018 1 regular 2018-09-01T20:00:00.000Z FALSE #> 10 401012249 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 11 401012254 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 12 401012259 2018 1 regular 2018-09-01T23:30:00.000Z FALSE #> 13 401012246 2018 1 regular 2018-09-02T00:00:00.000Z TRUE #> 14 401013095 2018 1 regular 2018-09-02T23:30:00.000Z TRUE #> 15 401012271 2018 2 regular 2018-09-08T16:00:00.000Z FALSE #> 16 401012266 2018 2 regular 2018-09-08T16:00:00.000Z FALSE #> 17 401012268 2018 2 regular 2018-09-08T19:30:00.000Z FALSE #> 18 401012260 2018 2 regular 2018-09-08T19:30:00.000Z FALSE #> 19 401012265 2018 2 regular 2018-09-08T20:00:00.000Z FALSE #> 20 401012269 2018 2 regular 2018-09-08T20:00:00.000Z FALSE #> 21 401012267 2018 2 regular 2018-09-08T23:00:00.000Z FALSE #> 22 401012270 2018 2 regular 2018-09-08T23:00:00.000Z FALSE #> 23 401012264 2018 2 regular 2018-09-08T23:00:00.000Z FALSE #> 24 401012261 2018 2 regular 2018-09-08T23:30:00.000Z FALSE #> 25 401012262 2018 2 regular 2018-09-08T23:30:00.000Z FALSE #> 26 401012263 2018 2 regular 2018-09-08T23:30:00.000Z FALSE #> 27 401012275 2018 3 regular 2018-09-15T16:00:00.000Z FALSE #> 28 401012276 2018 3 regular 2018-09-15T16:00:00.000Z FALSE #> 29 401012281 2018 3 regular 2018-09-15T16:00:00.000Z FALSE #> 30 401012283 2018 3 regular 2018-09-15T18:30:00.000Z FALSE #> 31 401012273 2018 3 regular 2018-09-15T19:30:00.000Z FALSE #> 32 401012274 2018 3 regular 2018-09-15T20:00:00.000Z FALSE #> 33 401012272 2018 3 regular 2018-09-15T20:00:00.000Z FALSE #> 34 401012277 2018 3 regular 2018-09-15T23:00:00.000Z FALSE #> 35 401012279 2018 3 regular 2018-09-15T23:30:00.000Z FALSE #> 36 401012278 2018 3 regular 2018-09-15T23:30:00.000Z FALSE #> 37 401012282 2018 3 regular 2018-09-15T23:30:00.000Z FALSE #> 38 401012288 2018 4 regular 2018-09-22T16:00:00.000Z FALSE #> 39 401012289 2018 4 regular 2018-09-22T16:00:00.000Z FALSE #> 40 401012284 2018 4 regular 2018-09-22T19:30:00.000Z FALSE #> 41 401012291 2018 4 regular 2018-09-22T20:00:00.000Z FALSE #> 42 401012287 2018 4 regular 2018-09-22T23:00:00.000Z FALSE #> 43 401012290 2018 4 regular 2018-09-22T23:00:00.000Z FALSE #> 44 401012286 2018 4 regular 2018-09-22T23:00:00.000Z FALSE #> 45 401012285 2018 4 regular 2018-09-22T23:30:00.000Z FALSE #> 46 401012293 2018 5 regular 2018-09-29T16:00:00.000Z TRUE #> 47 401012292 2018 5 regular 2018-09-29T16:00:00.000Z FALSE #> 48 401012295 2018 5 regular 2018-09-29T19:30:00.000Z FALSE #> 49 401012294 2018 5 regular 2018-09-29T20:00:00.000Z FALSE #> 50 401012299 2018 5 regular 2018-09-29T20:00:00.000Z FALSE #> 51 401012298 2018 5 regular 2018-09-29T22:00:00.000Z FALSE #> 52 401012296 2018 5 regular 2018-09-29T23:30:00.000Z FALSE #> 53 401012297 2018 5 regular 2018-09-30T01:00:00.000Z FALSE #> 54 401012300 2018 6 regular 2018-10-06T16:00:00.000Z FALSE #> 55 401012305 2018 6 regular 2018-10-06T16:00:00.000Z FALSE #> 56 401012301 2018 6 regular 2018-10-06T19:30:00.000Z FALSE #> 57 401012303 2018 6 regular 2018-10-06T20:00:00.000Z FALSE #> 58 401012306 2018 6 regular 2018-10-06T23:00:00.000Z FALSE #> 59 401012302 2018 6 regular 2018-10-06T23:30:00.000Z FALSE #> 60 401012304 2018 6 regular 2018-10-06T23:30:00.000Z FALSE #> 61 401012309 2018 7 regular 2018-10-13T16:00:00.000Z FALSE #> 62 401012312 2018 7 regular 2018-10-13T16:00:00.000Z FALSE #> 63 401012311 2018 7 regular 2018-10-13T19:30:00.000Z FALSE #> 64 401012310 2018 7 regular 2018-10-13T19:30:00.000Z FALSE #> 65 401012307 2018 7 regular 2018-10-13T23:00:00.000Z FALSE #> 66 401012308 2018 7 regular 2018-10-13T23:30:00.000Z FALSE #> 67 401012313 2018 8 regular 2018-10-20T16:00:00.000Z FALSE #> 68 401012316 2018 8 regular 2018-10-20T16:00:00.000Z FALSE #> 69 401012318 2018 8 regular 2018-10-20T19:30:00.000Z FALSE #> 70 401012317 2018 8 regular 2018-10-20T20:00:00.000Z FALSE #> 71 401012315 2018 8 regular 2018-10-20T23:00:00.000Z FALSE #> 72 401012314 2018 8 regular 2018-10-20T23:30:00.000Z FALSE #> 73 401012319 2018 9 regular 2018-10-27T16:00:00.000Z FALSE #> 74 401012320 2018 9 regular 2018-10-27T19:30:00.000Z TRUE #> 75 401012322 2018 9 regular 2018-10-27T20:00:00.000Z FALSE #> 76 401012321 2018 9 regular 2018-10-27T23:00:00.000Z FALSE #> 77 401012323 2018 9 regular 2018-10-27T23:30:00.000Z FALSE #> 78 401012328 2018 10 regular 2018-11-03T16:00:00.000Z FALSE #> 79 401012324 2018 10 regular 2018-11-03T16:00:00.000Z FALSE #> 80 401012326 2018 10 regular 2018-11-03T19:30:00.000Z FALSE #> 81 401012330 2018 10 regular 2018-11-03T20:00:00.000Z FALSE #> 82 401012325 2018 10 regular 2018-11-03T20:00:00.000Z FALSE #> 83 401012329 2018 10 regular 2018-11-03T23:30:00.000Z FALSE #> 84 401012327 2018 10 regular 2018-11-04T00:00:00.000Z FALSE #> 85 401012335 2018 11 regular 2018-11-10T17:00:00.000Z FALSE #> 86 401012333 2018 11 regular 2018-11-10T17:00:00.000Z FALSE #> 87 401012337 2018 11 regular 2018-11-10T17:00:00.000Z FALSE #> 88 401012336 2018 11 regular 2018-11-10T20:30:00.000Z FALSE #> 89 401012331 2018 11 regular 2018-11-10T20:30:00.000Z FALSE #> 90 401012334 2018 11 regular 2018-11-11T00:00:00.000Z FALSE #> 91 401012332 2018 11 regular 2018-11-11T00:30:00.000Z FALSE #> 92 401012338 2018 12 regular 2018-11-17T17:00:00.000Z FALSE #> 93 401012340 2018 12 regular 2018-11-17T17:00:00.000Z FALSE #> 94 401012342 2018 12 regular 2018-11-17T17:00:00.000Z FALSE #> 95 401012344 2018 12 regular 2018-11-17T17:00:00.000Z FALSE #> 96 401012346 2018 12 regular 2018-11-17T20:30:00.000Z FALSE #> 97 401012339 2018 12 regular 2018-11-17T21:00:00.000Z FALSE #> 98 401012341 2018 12 regular 2018-11-17T21:00:00.000Z FALSE #> 99 401012347 2018 12 regular 2018-11-18T00:00:00.000Z FALSE #> 100 401012345 2018 12 regular 2018-11-18T00:30:00.000Z FALSE #> 101 401012343 2018 12 regular 2018-11-18T00:30:00.000Z FALSE #> 102 401012348 2018 12 regular 2018-11-18T00:30:00.000Z FALSE #> 103 401012349 2018 13 regular 2018-11-23T00:30:00.000Z FALSE #> 104 401012354 2018 13 regular 2018-11-23T19:30:00.000Z FALSE #> 105 401012352 2018 13 regular 2018-11-24T17:00:00.000Z FALSE #> 106 401012351 2018 13 regular 2018-11-24T17:00:00.000Z FALSE #> 107 401012350 2018 13 regular 2018-11-24T20:30:00.000Z FALSE #> 108 401012357 2018 13 regular 2018-11-24T21:00:00.000Z FALSE #> 109 401012355 2018 13 regular 2018-11-25T00:00:00.000Z FALSE #> 110 401012353 2018 13 regular 2018-11-25T00:00:00.000Z FALSE #> 111 401012356 2018 13 regular 2018-11-25T00:30:00.000Z FALSE #> 112 401098253 2018 14 regular 2018-12-01T17:00:00.000Z FALSE #> 113 401056705 2018 14 regular 2018-12-01T21:00:00.000Z TRUE #> conference_game attendance venue_id #> 1 FALSE 0 3795 #> 2 FALSE 0 3994 #> 3 FALSE 0 3891 #> 4 FALSE 0 3917 #> 5 FALSE 0 3683 #> 6 FALSE 0 5348 #> 7 FALSE 0 3628 #> 8 FALSE 0 3838 #> 9 FALSE 0 3887 #> 10 FALSE 0 3634 #> 11 FALSE 0 3693 #> 12 FALSE 0 3973 #> 13 FALSE 57280 4013 #> 14 FALSE 0 3687 #> 15 FALSE 0 3973 #> 16 FALSE 0 3636 #> 17 TRUE 0 3994 #> 18 FALSE 0 3657 #> 19 FALSE 0 3974 #> 20 FALSE 0 3853 #> 21 FALSE 0 3838 #> 22 FALSE 0 3795 #> 23 FALSE 0 3958 #> 24 FALSE 0 5388 #> 25 FALSE 0 3785 #> 26 TRUE 0 3634 #> 27 FALSE 0 3917 #> 28 FALSE 0 3683 #> 29 FALSE 0 3853 #> 30 FALSE 0 3855 #> 31 TRUE 0 3785 #> 32 FALSE 0 3634 #> 33 FALSE 0 3887 #> 34 TRUE 0 3974 #> 35 FALSE 0 3907 #> 36 FALSE 0 3693 #> 37 FALSE 0 3795 #> 38 FALSE 0 3974 #> 39 TRUE 0 3838 #> 40 TRUE 0 3657 #> 41 TRUE 0 3973 #> 42 FALSE 0 3958 #> 43 TRUE 0 3853 #> 44 TRUE 0 3683 #> 45 TRUE 0 3785 #> 46 TRUE 0 3687 #> 47 FALSE 0 3657 #> 48 TRUE 92746 3917 #> 49 FALSE 0 3785 #> 50 FALSE 0 3973 #> 51 TRUE 0 3693 #> 52 TRUE 0 3683 #> 53 TRUE 0 3958 #> 54 TRUE 0 3887 #> 55 TRUE 0 3994 #> 56 TRUE 0 3634 #> 57 FALSE 0 3974 #> 58 TRUE 0 3795 #> 59 TRUE 0 3917 #> 60 TRUE 0 3693 #> 61 TRUE 0 3785 #> 62 TRUE 0 3973 #> 63 TRUE 0 3994 #> 64 TRUE 0 3958 #> 65 TRUE 0 3657 #> 66 TRUE 0 3983 #> 67 FALSE 0 3887 #> 68 TRUE 0 3974 #> 69 TRUE 97087 3853 #> 70 FALSE 0 3838 #> 71 TRUE 0 3958 #> 72 TRUE 0 3683 #> 73 TRUE 0 3887 #> 74 TRUE 0 3712 #> 75 TRUE 0 3838 #> 76 TRUE 0 3693 #> 77 TRUE 0 3994 #> 78 TRUE 0 3974 #> 79 TRUE 0 3785 #> 80 TRUE 0 3683 #> 81 FALSE 0 3853 #> 82 TRUE 0 3634 #> 83 FALSE 0 3693 #> 84 TRUE 0 3958 #> 85 TRUE 0 3838 #> 86 TRUE 0 3634 #> 87 TRUE 0 3795 #> 88 TRUE 0 3853 #> 89 TRUE 0 3657 #> 90 TRUE 0 3917 #> 91 TRUE 0 3887 #> 92 FALSE 0 3657 #> 93 FALSE 0 3634 #> 94 FALSE 0 3683 #> 95 TRUE 0 3693 #> 96 TRUE 0 3853 #> 97 FALSE 0 3785 #> 98 FALSE 0 3917 #> 99 FALSE 0 3795 #> 100 FALSE 0 3994 #> 101 FALSE 0 3958 #> 102 TRUE 0 3973 #> 103 TRUE 0 3974 #> 104 TRUE 0 3838 #> 105 FALSE 0 3917 #> 106 FALSE 0 3697 #> 107 TRUE 0 3657 #> 108 TRUE 0 3973 #> 109 FALSE 0 3836 #> 110 FALSE 0 3873 #> 111 TRUE 0 3795 #> 112 FALSE 0 3994 #> 113 TRUE 0 5348 #> venue home_team #> 1 Kyle Field Texas A&M #> 2 Williams-Brice Stadium South Carolina #> 3 NRG Stadium Texas Tech #> 4 Sanford Stadium Georgia #> 5 Commonwealth Stadium Kentucky #> 6 Mercedes-Benz Stadium Auburn #> 7 Bank of America Stadium Tennessee #> 8 Faurot Field Missouri #> 9 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 10 Ben Hill Griffin Stadium Florida #> 11 Davis Wade Stadium Mississippi State #> 12 Vanderbilt Stadium Vanderbilt #> 13 Camping World Stadium Alabama #> 14 AT&T Stadium LSU #> 15 Vanderbilt Stadium Vanderbilt #> 16 Bill Snyder Family Football Stadium Kansas State #> 17 Williams-Brice Stadium South Carolina #> 18 Bryant Denny Stadium Alabama #> 19 Vaught-Hemingway Stadium Ole Miss #> 20 Neyland Stadium Tennessee #> 21 Faurot Field Missouri #> 22 Kyle Field Texas A&M #> 23 Tiger Stadium LSU #> 24 Canvas Stadium Colorado State #> 25 Jordan-Hare Stadium Auburn #> 26 Ben Hill Griffin Stadium Florida #> 27 Sanford Stadium Georgia #> 28 Commonwealth Stadium Kentucky #> 29 Neyland Stadium Tennessee #> 30 Notre Dame Stadium Notre Dame #> 31 Jordan-Hare Stadium Auburn #> 32 Ben Hill Griffin Stadium Florida #> 33 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 34 Vaught-Hemingway Stadium Ole Miss #> 35 Ross-Ade Stadium Purdue #> 36 Davis Wade Stadium Mississippi State #> 37 Kyle Field Texas A&M #> 38 Vaught-Hemingway Stadium Ole Miss #> 39 Faurot Field Missouri #> 40 Bryant Denny Stadium Alabama #> 41 Vanderbilt Stadium Vanderbilt #> 42 Tiger Stadium LSU #> 43 Neyland Stadium Tennessee #> 44 Commonwealth Stadium Kentucky #> 45 Jordan-Hare Stadium Auburn #> 46 AT&T Stadium Texas A&M #> 47 Bryant Denny Stadium Alabama #> 48 Sanford Stadium Georgia #> 49 Jordan-Hare Stadium Auburn #> 50 Vanderbilt Stadium Vanderbilt #> 51 Davis Wade Stadium Mississippi State #> 52 Commonwealth Stadium Kentucky #> 53 Tiger Stadium LSU #> 54 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 55 Williams-Brice Stadium South Carolina #> 56 Ben Hill Griffin Stadium Florida #> 57 Vaught-Hemingway Stadium Ole Miss #> 58 Kyle Field Texas A&M #> 59 Sanford Stadium Georgia #> 60 Davis Wade Stadium Mississippi State #> 61 Jordan-Hare Stadium Auburn #> 62 Vanderbilt Stadium Vanderbilt #> 63 Williams-Brice Stadium South Carolina #> 64 Tiger Stadium LSU #> 65 Bryant Denny Stadium Alabama #> 66 War Memorial Stadium Arkansas #> 67 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 68 Vaught-Hemingway Stadium Ole Miss #> 69 Neyland Stadium Tennessee #> 70 Faurot Field Missouri #> 71 Tiger Stadium LSU #> 72 Commonwealth Stadium Kentucky #> 73 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 74 EverBank Field Georgia #> 75 Faurot Field Missouri #> 76 Davis Wade Stadium Mississippi State #> 77 Williams-Brice Stadium South Carolina #> 78 Vaught-Hemingway Stadium Ole Miss #> 79 Jordan-Hare Stadium Auburn #> 80 Commonwealth Stadium Kentucky #> 81 Neyland Stadium Tennessee #> 82 Ben Hill Griffin Stadium Florida #> 83 Davis Wade Stadium Mississippi State #> 84 Tiger Stadium LSU #> 85 Faurot Field Missouri #> 86 Ben Hill Griffin Stadium Florida #> 87 Kyle Field Texas A&M #> 88 Neyland Stadium Tennessee #> 89 Bryant Denny Stadium Alabama #> 90 Sanford Stadium Georgia #> 91 Donald W. Reynolds Razorback Stadium Frank Broyles Field Arkansas #> 92 Bryant Denny Stadium Alabama #> 93 Ben Hill Griffin Stadium Florida #> 94 Commonwealth Stadium Kentucky #> 95 Davis Wade Stadium Mississippi State #> 96 Neyland Stadium Tennessee #> 97 Jordan-Hare Stadium Auburn #> 98 Sanford Stadium Georgia #> 99 Kyle Field Texas A&M #> 100 Williams-Brice Stadium South Carolina #> 101 Tiger Stadium LSU #> 102 Vanderbilt Stadium Vanderbilt #> 103 Vaught-Hemingway Stadium Ole Miss #> 104 Faurot Field Missouri #> 105 Sanford Stadium Georgia #> 106 Bobby Bowden Field at Doak Campbell Stadium Florida State #> 107 Bryant Denny Stadium Alabama #> 108 Vanderbilt Stadium Vanderbilt #> 109 Memorial Stadium Clemson #> 110 Papa John's Cardinal Stadium Louisville #> 111 Kyle Field Texas A&M #> 112 Williams-Brice Stadium South Carolina #> 113 Mercedes-Benz Stadium Georgia #> home_conference home_points home_line_scores #> 1 SEC 59 7, 28, 17, 7 #> 2 SEC 49 14, 14, 14, 7 #> 3 Big 12 27 7, 10, 10, 0 #> 4 SEC 45 17, 21, 7, 0 #> 5 SEC 35 7, 14, 7, 7 #> 6 SEC 21 9, 6, 0, 6 #> 7 SEC 14 0, 7, 7, 0 #> 8 SEC 51 14, 24, 10, 3 #> 9 SEC 55 10, 28, 10, 7 #> 10 SEC 53 10, 28, 13, 2 #> 11 SEC 63 21, 14, 14, 14 #> 12 SEC 35 7, 7, 7, 14 #> 13 SEC 51 14, 14, 16, 7 #> 14 SEC 33 10, 17, 6, 0 #> 15 SEC 41 0, 17, 17, 7 #> 16 Big 12 10 3, 0, 7, 0 #> 17 SEC 17 7, 3, 0, 7 #> 18 SEC 57 19, 21, 10, 7 #> 19 SEC 76 14, 21, 14, 27 #> 20 SEC 59 10, 28, 7, 14 #> 21 SEC 40 3, 13, 14, 10 #> 22 SEC 26 3, 0, 10, 13 #> 23 SEC 31 14, 10, 0, 7 #> 24 Mountain West 34 3, 6, 8, 17 #> 25 SEC 63 21, 21, 7, 14 #> 26 SEC 16 0, 10, 0, 6 #> 27 SEC 49 14, 28, 7, 0 #> 28 SEC 48 7, 10, 17, 14 #> 29 SEC 24 3, 7, 7, 7 #> 30 FBS Independents 22 10, 6, 0, 6 #> 31 SEC 21 0, 14, 7, 0 #> 32 SEC 48 6, 21, 0, 21 #> 33 SEC 17 0, 10, 0, 7 #> 34 SEC 7 7, 0, 0, 0 #> 35 Big Ten 37 7, 17, 3, 10 #> 36 SEC 56 14, 21, 14, 7 #> 37 SEC 48 7, 17, 10, 14 #> 38 SEC 38 7, 0, 17, 14 #> 39 SEC 29 7, 0, 15, 7 #> 40 SEC 45 14, 17, 14, 0 #> 41 SEC 14 0, 14, 0, 0 #> 42 SEC 38 7, 17, 0, 14 #> 43 SEC 21 0, 3, 10, 8 #> 44 SEC 28 0, 7, 7, 14 #> 45 SEC 34 10, 7, 7, 10 #> 46 SEC 24 14, 3, 0, 7 #> 47 SEC 56 28, 21, 7, 0 #> 48 SEC 38 7, 10, 7, 14 #> 49 SEC 24 7, 7, 7, 3 #> 50 SEC 31 0, 10, 14, 7 #> 51 SEC 6 3, 3, 0, 0 #> 52 SEC 24 3, 21, 0, 0 #> 53 SEC 45 14, 14, 7, 10 #> 54 SEC 31 7, 7, 3, 14 #> 55 SEC 37 7, 7, 17, 6 #> 56 SEC 27 0, 14, 0, 13 #> 57 SEC 70 21, 28, 14, 7 #> 58 SEC 20 0, 7, 0, 7, 6 #> 59 SEC 41 7, 14, 17, 3 #> 60 SEC 23 3, 10, 3, 7 #> 61 SEC 24 10, 7, 0, 7 #> 62 SEC 27 7, 14, 0, 6 #> 63 SEC 23 0, 0, 16, 7 #> 64 SEC 36 3, 13, 3, 17 #> 65 SEC 39 13, 17, 2, 7 #> 66 SEC 33 17, 10, 6, 0 #> 67 SEC 23 0, 10, 10, 3 #> 68 SEC 16 3, 3, 3, 7 #> 69 SEC 21 0, 14, 7, 0 #> 70 SEC 65 21, 27, 14, 3 #> 71 SEC 19 7, 3, 6, 3 #> 72 SEC 14 0, 7, 0, 7 #> 73 SEC 31 7, 7, 3, 14 #> 74 SEC 36 10, 3, 10, 13 #> 75 SEC 14 0, 14, 0, 0 #> 76 SEC 28 7, 0, 7, 14 #> 77 SEC 27 3, 6, 15, 3 #> 78 SEC 44 3, 24, 10, 7 #> 79 SEC 28 7, 7, 0, 14 #> 80 SEC 17 0, 3, 7, 7 #> 81 SEC 14 14, 0, 0, 0 #> 82 SEC 17 3, 7, 7, 0 #> 83 SEC 45 21, 10, 7, 7 #> 84 SEC 0 0, 0, 0, 0 #> 85 SEC 33 7, 6, 13, 7 #> 86 SEC 35 0, 14, 7, 14 #> 87 SEC 38 7, 7, 7, 17 #> 88 SEC 24 3, 14, 7, 0 #> 89 SEC 24 14, 7, 0, 3 #> 90 SEC 27 3, 17, 0, 7 #> 91 SEC 17 0, 3, 0, 14 #> 92 SEC 50 7, 3, 27, 13 #> 93 SEC 63 28, 21, 7, 7 #> 94 SEC 34 17, 7, 7, 3 #> 95 SEC 52 3, 14, 21, 14 #> 96 SEC 17 0, 10, 7, 0 #> 97 SEC 53 15, 17, 21, 0 #> 98 SEC 66 14, 28, 17, 7 #> 99 SEC 41 14, 10, 10, 7 #> 100 SEC 49 14, 14, 7, 14 #> 101 SEC 42 14, 14, 7, 7 #> 102 SEC 36 0, 12, 14, 3, 7 #> 103 SEC 3 0, 3, 0, 0 #> 104 SEC 38 7, 21, 10, 0 #> 105 SEC 45 14, 24, 7, 0 #> 106 ACC 14 0, 7, 7, 0 #> 107 SEC 52 7, 10, 21, 14 #> 108 SEC 38 7, 10, 0, 21 #> 109 ACC 56 14, 14, 14, 14 #> 110 ACC 10 7, 3, 0, 0 #> 111 SEC 74 7, 10, 7, 7, 3, 7, 8, 3, 6, 8, 8 #> 112 SEC 28 14, 14, 0, 0 #> 113 SEC 28 7, 14, 7, 0 #> away_team away_conference away_points #> 1 Northwestern State <NA> 7 #> 2 Coastal Carolina Sun Belt 15 #> 3 Ole Miss SEC 47 #> 4 Austin Peay <NA> 0 #> 5 Central Michigan Mid-American 20 #> 6 Washington Pac-12 16 #> 7 West Virginia Big 12 40 #> 8 UT Martin <NA> 14 #> 9 Eastern Illinois <NA> 20 #> 10 Charleston Southern <NA> 6 #> 11 Stephen F. Austin <NA> 6 #> 12 Middle Tennessee Conference USA 7 #> 13 Louisville ACC 14 #> 14 Miami ACC 17 #> 15 Nevada Mountain West 10 #> 16 Mississippi State SEC 31 #> 17 Georgia SEC 41 #> 18 Arkansas State Sun Belt 7 #> 19 Southern Illinois <NA> 41 #> 20 East Tennessee State <NA> 3 #> 21 Wyoming Mountain West 13 #> 22 Clemson ACC 28 #> 23 Southeastern Louisiana <NA> 0 #> 24 Arkansas SEC 27 #> 25 Alabama State <NA> 9 #> 26 Kentucky SEC 27 #> 27 Middle Tennessee Conference USA 7 #> 28 Murray State <NA> 10 #> 29 UTEP Conference USA 0 #> 30 Vanderbilt SEC 17 #> 31 LSU SEC 22 #> 32 Colorado State Mountain West 10 #> 33 North Texas Conference USA 44 #> 34 Alabama SEC 62 #> 35 Missouri SEC 40 #> 36 Louisiana Sun Belt 10 #> 37 Louisiana Monroe Sun Belt 10 #> 38 Kent State Mid-American 17 #> 39 Georgia SEC 43 #> 40 Texas A&M SEC 23 #> 41 South Carolina SEC 37 #> 42 Louisiana Tech Conference USA 21 #> 43 Florida SEC 47 #> 44 Mississippi State SEC 7 #> 45 Arkansas SEC 3 #> 46 Arkansas SEC 17 #> 47 Louisiana Sun Belt 14 #> 48 Tennessee SEC 12 #> 49 Southern Mississippi Conference USA 13 #> 50 Tennessee State <NA> 27 #> 51 Florida SEC 13 #> 52 South Carolina SEC 10 #> 53 Ole Miss SEC 16 #> 54 Alabama SEC 65 #> 55 Missouri SEC 35 #> 56 LSU SEC 19 #> 57 Louisiana Monroe Sun Belt 21 #> 58 Kentucky SEC 14 #> 59 Vanderbilt SEC 13 #> 60 Auburn SEC 9 #> 61 Tennessee SEC 30 #> 62 Florida SEC 37 #> 63 Texas A&M SEC 26 #> 64 Georgia SEC 16 #> 65 Missouri SEC 10 #> 66 Ole Miss SEC 37 #> 67 Tulsa American Athletic 0 #> 68 Auburn SEC 31 #> 69 Alabama SEC 58 #> 70 Memphis American Athletic 33 #> 71 Mississippi State SEC 3 #> 72 Vanderbilt SEC 7 #> 73 Vanderbilt SEC 45 #> 74 Florida SEC 17 #> 75 Kentucky SEC 16 #> 76 Texas A&M SEC 13 #> 77 Tennessee SEC 24 #> 78 South Carolina SEC 48 #> 79 Texas A&M SEC 24 #> 80 Georgia SEC 34 #> 81 Charlotte Conference USA 3 #> 82 Missouri SEC 38 #> 83 Louisiana Tech Conference USA 3 #> 84 Alabama SEC 29 #> 85 Vanderbilt SEC 28 #> 86 South Carolina SEC 31 #> 87 Ole Miss SEC 24 #> 88 Kentucky SEC 7 #> 89 Mississippi State SEC 0 #> 90 Auburn SEC 10 #> 91 LSU SEC 24 #> 92 The Citadel <NA> 17 #> 93 Idaho <NA> 10 #> 94 Middle Tennessee Conference USA 23 #> 95 Arkansas SEC 6 #> 96 Missouri SEC 50 #> 97 Liberty <NA> 0 #> 98 UMass FBS Independents 27 #> 99 UAB Conference USA 20 #> 100 Chattanooga <NA> 9 #> 101 Rice Conference USA 10 #> 102 Ole Miss SEC 29 #> 103 Mississippi State SEC 35 #> 104 Arkansas SEC 0 #> 105 Georgia Tech ACC 21 #> 106 Florida SEC 41 #> 107 Auburn SEC 21 #> 108 Tennessee SEC 13 #> 109 South Carolina SEC 35 #> 110 Kentucky SEC 56 #> 111 LSU SEC 72 #> 112 Akron Mid-American 3 #> 113 Alabama SEC 35 #> away_line_scores #> 1 0, 0, 0, 7 #> 2 0, 3, 3, 9 #> 3 24, 6, 7, 10 #> 4 0, 0, 0, 0 #> 5 3, 17, 0, 0 #> 6 3, 10, 0, 3 #> 7 10, 3, 20, 7 #> 8 0, 7, 7, 0 #> 9 0, 6, 7, 7 #> 10 0, 0, 0, 6 #> 11 0, 3, 3, 0 #> 12 7, 0, 0, 0 #> 13 0, 0, 7, 7 #> 14 3, 0, 0, 14 #> 15 0, 10, 0, 0 #> 16 3, 14, 7, 7 #> 17 17, 3, 21, 0 #> 18 0, 0, 7, 0 #> 19 21, 17, 3, 0 #> 20 0, 0, 3, 0 #> 21 0, 0, 10, 3 #> 22 7, 7, 14, 0 #> 23 0, 0, 0, 0 #> 24 7, 6, 14, 0 #> 25 0, 2, 7, 0 #> 26 7, 0, 14, 6 #> 27 0, 7, 0, 0 #> 28 0, 3, 0, 7 #> 29 0, 0, 0, 0 #> 30 0, 3, 7, 7 #> 31 7, 3, 3, 9 #> 32 0, 3, 7, 0 #> 33 17, 17, 3, 7 #> 34 28, 21, 10, 3 #> 35 13, 14, 10, 3 #> 36 3, 0, 0, 7 #> 37 3, 7, 0, 0 #> 38 0, 7, 10, 0 #> 39 7, 13, 13, 10 #> 40 7, 6, 3, 7 #> 41 10, 10, 10, 7 #> 42 0, 7, 7, 7 #> 43 14, 12, 7, 14 #> 44 0, 7, 0, 0 #> 45 0, 0, 3, 0 #> 46 0, 7, 3, 7 #> 47 0, 0, 0, 14 #> 48 0, 0, 6, 6 #> 49 0, 3, 3, 7 #> 50 0, 13, 7, 7 #> 51 0, 3, 7, 3 #> 52 3, 0, 7, 0 #> 53 3, 3, 7, 3 #> 54 21, 20, 7, 17 #> 55 14, 9, 0, 12 #> 56 7, 3, 3, 6 #> 57 0, 7, 7, 7 #> 58 7, 0, 0, 7, 0 #> 59 3, 3, 0, 7 #> 60 3, 0, 3, 3 #> 61 3, 10, 14, 3 #> 62 0, 13, 7, 17 #> 63 3, 10, 3, 10 #> 64 0, 0, 9, 7 #> 65 10, 0, 0, 0 #> 66 3, 14, 7, 13 #> 67 0, 0, 0, 0 #> 68 7, 3, 21, 0 #> 69 28, 14, 16, 0 #> 70 3, 17, 7, 6 #> 71 3, 0, 0, 0 #> 72 7, 0, 0, 0 #> 73 7, 14, 3, 21 #> 74 0, 7, 7, 3 #> 75 3, 0, 12, 6 #> 76 0, 10, 3, 0 #> 77 7, 7, 10, 0 #> 78 17, 10, 7, 14 #> 79 3, 14, 7, 0 #> 80 7, 7, 14, 6 #> 81 0, 3, 0, 0 #> 82 7, 14, 14, 3 #> 83 3, 0, 0, 0 #> 84 6, 10, 6, 7 #> 85 14, 7, 7, 0 #> 86 14, 7, 10, 0 #> 87 0, 14, 7, 3 #> 88 0, 0, 7, 0 #> 89 0, 0, 0, 0 #> 90 7, 3, 0, 0 #> 91 7, 7, 10, 0 #> 92 0, 10, 0, 7 #> 93 0, 0, 3, 7 #> 94 0, 10, 6, 7 #> 95 0, 3, 3, 0 #> 96 6, 20, 14, 10 #> 97 0, 0, 0, 0 #> 98 7, 6, 7, 7 #> 99 7, 0, 0, 13 #> 100 0, 3, 0, 6 #> 101 0, 3, 0, 7 #> 102 3, 10, 6, 10, 0 #> 103 7, 14, 7, 7 #> 104 0, 0, 0, 0 #> 105 7, 0, 0, 14 #> 106 3, 10, 14, 14 #> 107 7, 7, 7, 0 #> 108 0, 0, 7, 6 #> 109 7, 14, 0, 14 #> 110 14, 21, 0, 21 #> 111 7, 3, 7, 14, 3, 7, 8, 3, 6, 8, 6 #> 112 3, 0, 0, 0 #> 113 0, 14, 7, 14
cfb_game_info(2018,team="Texas A&M")
#> id season week season_type start_date neutral_site #> 1 401012258 2018 1 regular 2018-08-31T00:30:00.000Z FALSE #> 2 401012270 2018 2 regular 2018-09-08T23:00:00.000Z FALSE #> 3 401012282 2018 3 regular 2018-09-15T23:30:00.000Z FALSE #> 4 401012284 2018 4 regular 2018-09-22T19:30:00.000Z FALSE #> 5 401012293 2018 5 regular 2018-09-29T16:00:00.000Z TRUE #> 6 401012306 2018 6 regular 2018-10-06T23:00:00.000Z FALSE #> 7 401012311 2018 7 regular 2018-10-13T19:30:00.000Z FALSE #> 8 401012321 2018 9 regular 2018-10-27T23:00:00.000Z FALSE #> 9 401012324 2018 10 regular 2018-11-03T16:00:00.000Z FALSE #> 10 401012337 2018 11 regular 2018-11-10T17:00:00.000Z FALSE #> 11 401012347 2018 12 regular 2018-11-18T00:00:00.000Z FALSE #> 12 401012356 2018 13 regular 2018-11-25T00:30:00.000Z FALSE #> conference_game attendance venue_id venue home_team #> 1 FALSE 0 3795 Kyle Field Texas A&M #> 2 FALSE 0 3795 Kyle Field Texas A&M #> 3 FALSE 0 3795 Kyle Field Texas A&M #> 4 TRUE 0 3657 Bryant Denny Stadium Alabama #> 5 TRUE 0 3687 AT&T Stadium Texas A&M #> 6 TRUE 0 3795 Kyle Field Texas A&M #> 7 TRUE 0 3994 Williams-Brice Stadium South Carolina #> 8 TRUE 0 3693 Davis Wade Stadium Mississippi State #> 9 TRUE 0 3785 Jordan-Hare Stadium Auburn #> 10 TRUE 0 3795 Kyle Field Texas A&M #> 11 FALSE 0 3795 Kyle Field Texas A&M #> 12 TRUE 0 3795 Kyle Field Texas A&M #> home_conference home_points home_line_scores #> 1 SEC 59 7, 28, 17, 7 #> 2 SEC 26 3, 0, 10, 13 #> 3 SEC 48 7, 17, 10, 14 #> 4 SEC 45 14, 17, 14, 0 #> 5 SEC 24 14, 3, 0, 7 #> 6 SEC 20 0, 7, 0, 7, 6 #> 7 SEC 23 0, 0, 16, 7 #> 8 SEC 28 7, 0, 7, 14 #> 9 SEC 28 7, 7, 0, 14 #> 10 SEC 38 7, 7, 7, 17 #> 11 SEC 41 14, 10, 10, 7 #> 12 SEC 74 7, 10, 7, 7, 3, 7, 8, 3, 6, 8, 8 #> away_team away_conference away_points #> 1 Northwestern State <NA> 7 #> 2 Clemson ACC 28 #> 3 Louisiana Monroe Sun Belt 10 #> 4 Texas A&M SEC 23 #> 5 Arkansas SEC 17 #> 6 Kentucky SEC 14 #> 7 Texas A&M SEC 26 #> 8 Texas A&M SEC 13 #> 9 Texas A&M SEC 24 #> 10 Ole Miss SEC 24 #> 11 UAB Conference USA 20 #> 12 LSU SEC 72 #> away_line_scores #> 1 0, 0, 0, 7 #> 2 7, 7, 14, 0 #> 3 3, 7, 0, 0 #> 4 7, 6, 3, 7 #> 5 0, 7, 3, 7 #> 6 7, 0, 0, 7, 0 #> 7 3, 10, 3, 10 #> 8 0, 10, 3, 0 #> 9 3, 14, 7, 0 #> 10 0, 14, 7, 3 #> 11 7, 0, 0, 13 #> 12 7, 3, 7, 14, 3, 7, 8, 3, 6, 8, 6