Learn R Programming

fflr (version 2.3.0)

player_outlook: Player outlooks

Description

All available weekly ESPN outlook writeups for NFL players.

Usage

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

Value

A data frame of player outlooks by scoring period.

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.

See Also

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

Examples

Run this code
player_outlook()

Run the code above in your browser using DataLab