fp_get_stats_pos: NFL Positional Statistics

Description Usage Arguments Value Note Examples

View source: R/stats.R

Description

NFL Positional Statistics

Usage

1

Arguments

pos

Charcater. Specific position you want to return. Default will return all all offensive postions. Available options include

  • "QB"

  • "RB"

  • "WR"

  • "TE"

  • "K"

  • "DST"

season

Numeric. The NFL season. If missing it will return the current year's season. Supported season only go back to 2013

Value

a tibble

Note

Examples

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")

RandalMorris/AnalyticsFootball documentation built on Dec. 18, 2021, 9:52 a.m.