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     2024 4241389 CeeDee    Lamb      NA     
#>  2     2024 3116406 Tyreek    Hill      NA     
#>  3     2024 4374302 Amon-Ra   St. Brown NA     
#>  4     2024 4262921 Justin    Jefferson NA     
#>  5     2024 3117251 Christian McCaffrey NA     
#>  6     2024 3929630 Saquon    Barkley   NA     
#>  7     2024 4362628 Ja'Marr   Chase     NA     
#>  8     2024   15847 Travis    Kelce     NA     
#>  9     2024 4047646 A.J.      Brown     NA     
#> 10     2024 3918298 Josh      Allen     NA     
#> # ℹ 40 more rows