The tidy data frame of scores by team.

pro_scores()

Value

A data frame of NFL scores.

Examples

pro_scores()
#> # A tibble: 32 × 9
#>    id    type  homeAway abbreviation score winner record name       lineup    
#>    <chr> <chr> <chr>    <chr>        <int> <lgl>  <chr>  <chr>      <list>    
#>  1 26    team  home     SEA             NA FALSE  0-0    Seahawks   <list [0]>
#>  2 17    team  away     NE              NA FALSE  0-0    Patriots   <list [0]>
#>  3 14    team  home     LAR             NA FALSE  0-0    Rams       <list [0]>
#>  4 25    team  away     SF              NA FALSE  0-0    49ers      <list [0]>
#>  5 4     team  home     CIN             NA FALSE  0-0    Bengals    <list [0]>
#>  6 27    team  away     TB              NA FALSE  0-0    Buccaneers <list [0]>
#>  7 8     team  home     DET             NA FALSE  0-0    Lions      <list [0]>
#>  8 18    team  away     NO              NA FALSE  0-0    Saints     <list [0]>
#>  9 10    team  home     TEN             NA FALSE  0-0    Titans     <list [0]>
#> 10 20    team  away     NYJ             NA FALSE  0-0    Jets       <list [0]>
#> # ℹ 22 more rows