Description Usage Arguments Value Note Examples
NFL Positional Statistics
1 | fp_get_stats_pos(pos)
|
pos |
|
season |
|
a tibble
If you query a single week all players that were on a bye that week are not returned
1 2 3 4 5 6 | Stats_QB <- fp_get_stats_pos("qb")
Stats_RB <- fp_get_stats_pos("rb")
Stats_WR <- fp_get_stats_pos("wr")
Stats_TE <- fp_get_stats_pos("te")
Stats_K <- fp_get_stats_pos("k")
Stats_DST <- fp_get_stats_pos("dst")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.