List all fantasy games
espn_games()
A tibble of fantasy games.
Other Game information:
ffl_info()
,
ffl_seasons()
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 2025 TRUE 3 3 Fanta… NBA
#> 4 FHL TRUE 2025 TRUE 4 4 Fanta… NHL
#> 5 WFBA TRUE 2024 TRUE 5 5 Fanta… WNBA
#> # ℹ 1 more variable: proSportName <chr>