Skip to contents

Get list of NFL positions

Usage

cfbd_draft_positions()

Value

cfbd_draft_positions() - A data frame with 2 variables:

position_name: character.

NFL Position group name.

position_abbreviation: integer

NFL position group abbreviation.

Examples

# \donttest{
  try(cfbd_draft_positions())
#> ── NFL positions data from CollegeFootballData.com ─────────── cfbfastR 1.9.5 ──
#>  Data updated: 2024-02-01 16:00:32 UTC
#> # A tibble: 28 × 2
#>    position_name     position_abbreviation
#>    <chr>             <chr>                
#>  1 Center            C                    
#>  2 Cornerback        CB                   
#>  3 Defensive Back    DB                   
#>  4 Defensive End     DE                   
#>  5 Defensive Lineman DL                   
#>  6 Defensive Tackle  DT                   
#>  7 Free Safety       FS                   
#>  8 Fullback          FB                   
#>  9 Inside Linebacker ILB                  
#> 10 Kick Returner     KR                   
#> # ℹ 18 more rows
# }