fp_team_targets.Rd
NFL team target distributions
fp_team_targets(season, start_week = 1, end_week = 17)
season |
|
---|---|
start_week |
|
end_week |
|
a tibble
fp_team_targets(season = 2018)#> # A tibble: 32 x 11 #> team season start_week end_week wr_targets wr_percent rb_targets rb_percent #> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> #> 1 Ariz~ 2018 1 17 279 58.9 109 23 #> 2 Atla~ 2018 1 17 407 67.6 89 14.8 #> 3 Balt~ 2018 1 17 318 59.2 92 17.1 #> 4 Buff~ 2018 1 17 291 61 97 20.3 #> 5 Caro~ 2018 1 17 317 58.4 134 24.7 #> 6 Chic~ 2018 1 17 279 55.8 130 26 #> 7 Cinc~ 2018 1 17 317 59.8 111 20.9 #> 8 Clev~ 2018 1 17 334 60.1 110 19.8 #> 9 Dall~ 2018 1 17 311 60.4 112 21.7 #> 10 Denv~ 2018 1 17 328 58.2 128 22.7 #> # ... with 22 more rows, and 3 more variables: te_targets <dbl>, #> # te_percent <dbl>, total_targets <dbl># total targets for TE's in the 2014 season fp_team_targets(season = 2014, start_week = 8, end_week = 10)#> # A tibble: 32 x 11 #> team season start_week end_week wr_targets wr_percent rb_targets rb_percent #> <chr> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> #> 1 Ariz~ 2014 8 10 73 63.5 20 17.4 #> 2 Atla~ 2014 8 10 40 71.4 13 23.2 #> 3 Balt~ 2014 8 10 59 56.7 26 25 #> 4 Buff~ 2014 8 10 35 53.8 18 27.7 #> 5 Caro~ 2014 8 10 52 59.8 15 17.2 #> 6 Chic~ 2014 8 10 43 57.3 16 21.3 #> 7 Cinc~ 2014 8 10 54 56.8 23 24.2 #> 8 Clev~ 2014 8 10 55 65.5 11 13.1 #> 9 Dall~ 2014 8 10 49 52.1 21 22.3 #> 10 Denv~ 2014 8 10 87 62.1 32 22.9 #> # ... with 22 more rows, and 3 more variables: te_targets <dbl>, #> # te_percent <dbl>, total_targets <dbl>