stat_corrections: Stat corrections

View source: R/corrections.R

stat_correctionsR Documentation

Stat corrections

Description

Weekly retroactive stat corrections by player.

Usage

stat_corrections(date = Sys.Date(), limit = 100)

Arguments

date

A date in the scoring week to return. Defaults to system date.

limit

The limit of corrections to return. Use "" or NULL to return all. Defaults to 100, which is the default limit used by ESPN. Removing the limit can make the request take a long time.

Value

A data frame of stat corrections.

Examples

stat_corrections(date = "2021-09-13")

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