All available weekly ESPN outlook writeups for NFL players.
player_outlook(leagueId = ffl_id(), limit = 50)
Numeric league ID or ESPN fantasy page URL. Defaults to
getOption("fflr.leagueId")
. Function fails if no ID is found.
The limit of players to return. Use ""
or NULL
to return
all. Defaults to 50, which is the default limit used by ESPN. Removing the
limit can make the request take a long time.
A data frame of player outlooks by scoring period.
Other player functions:
all_players()
,
list_players()
,
player_info()
,
player_news()
,
recent_activity()
,
transaction_counter()
player_outlook()
#> # A tibble: 50 × 5
#> seasonId id firstName lastName outlook
#> <int> <int> <chr> <chr> <chr>
#> 1 2025 4362628 Ja'Marr Chase NA
#> 2 2025 3929630 Saquon Barkley NA
#> 3 2025 4429795 Jahmyr Gibbs NA
#> 4 2025 4262921 Justin Jefferson NA
#> 5 2025 4430807 Bijan Robinson NA
#> 6 2025 4241389 CeeDee Lamb NA
#> 7 2025 4374302 Amon-Ra St. Brown NA
#> 8 2025 3916387 Lamar Jackson NA
#> 9 2025 3918298 Josh Allen NA
#> 10 2025 4426515 Puka Nacua NA
#> # ℹ 40 more rows