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 12    team  home     KC              NA FALSE  ""     Chiefs    <list [0]>
#>  2 33    team  away     BAL             NA FALSE  ""     Ravens    <list [0]>
#>  3 21    team  home     PHI             NA FALSE  ""     Eagles    <list [0]>
#>  4 9     team  away     GB              NA FALSE  ""     Packers   <list [0]>
#>  5 1     team  home     ATL             NA FALSE  ""     Falcons   <list [0]>
#>  6 23    team  away     PIT             NA FALSE  ""     Steelers  <list [0]>
#>  7 2     team  home     BUF             NA FALSE  ""     Bills     <list [0]>
#>  8 22    team  away     ARI             NA FALSE  ""     Cardinals <list [0]>
#>  9 3     team  home     CHI             NA FALSE  ""     Bears     <list [0]>
#> 10 10    team  away     TEN             NA FALSE  ""     Titans    <list [0]>
#> # ℹ 22 more rows