All available weekly ESPN outlook writeups for NFL players.

player_outlook(leagueId = ffl_id(), limit = 50)

Arguments

leagueId

Numeric league ID or ESPN fantasy page URL. Defaults to getOption("fflr.leagueId"). Function fails if no ID is found.

limit

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.

Value

A data frame of player outlooks by scoring period.

See also

Examples

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