List all fantasy games

espn_games()

Value

A tibble of fantasy games.

See also

Other Game information: ffl_info(), ffl_seasons()

Examples

espn_games()
#> # A tibble: 5 × 9
#>   abbrev active currentSeasonId display displayOrder    id name   proSportAbbrev
#>   <chr>  <lgl>            <int> <lgl>          <int> <int> <chr>  <chr>         
#> 1 FFL    TRUE              2024 TRUE               1     1 Fanta… NFL           
#> 2 FLB    TRUE              2024 TRUE               2     2 Fanta… MLB           
#> 3 FBA    TRUE              2024 TRUE               3     3 Fanta… NBA           
#> 4 FHL    TRUE              2024 TRUE               4     4 Fanta… NHL           
#> 5 WFBA   TRUE              2024 TRUE               5     5 Fanta… WNBA          
#> # ℹ 1 more variable: proSportName <chr>