Example Teams Data used in NFL Simulations
Examples
str(sims_teams_example)
#> Classes ‘data.table’ and 'data.frame':	64 obs. of  5 variables:
#>  $ sim     : int  1 1 1 1 1 1 1 1 1 1 ...
#>  $ team    : chr  "ARI" "ATL" "BAL" "BUF" ...
#>  $ conf    : chr  "NFC" "NFC" "AFC" "AFC" ...
#>  $ division: chr  "NFC West" "NFC South" "AFC North" "AFC East" ...
#>  $ sdiv    : chr  "NFCW" "NFCS" "AFCN" "AFCE" ...
