Get list of NFL positions
Value
cfbd_draft_positions()
- A data frame with 2 variables:
position_name
: character.NFL Position group name.
position_abbreviation
: integerNFL position group abbreviation.
Examples
# \donttest{
try(cfbd_draft_positions())
#> ── NFL positions data from CollegeFootballData.com ─────────── cfbfastR 1.9.5 ──
#> ℹ Data updated: 2024-09-10 01:22:54 UTC
#> # A tibble: 29 × 2
#> position_name position_abbreviation
#> <chr> <chr>
#> 1 Center C
#> 2 Cornerback CB
#> 3 Defensive Back DB
#> 4 Defensive Edge EDGE
#> 5 Defensive End DE
#> 6 Defensive Lineman DL
#> 7 Defensive Tackle DT
#> 8 Free Safety FS
#> 9 Fullback FB
#> 10 Inside Linebacker ILB
#> # ℹ 19 more rows
# }