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