player_outlook: Player outlooks

View source: R/outlook.R

player_outlookR Documentation

Player outlooks

Description

All available weekly ESPN outlook writeups for NFL players.

Usage

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

Other player functions: all_players(), list_players(), player_info(), player_news(), recent_activity(), transaction_counter()

Examples

player_outlook()

fflr documentation built on Sept. 14, 2023, 9:10 a.m.