load_ftn_charting: Load FTN Charting Data

View source: R/load_ftn_charting.R

load_ftn_chartingR Documentation

Load FTN Charting Data

Description

FTN Data manually charts plays and has graciously provided a subset of their charting data to be published via the nflverse. Data is available from the 2022 season onwards and is charted within 48 hours following each game. This data is released under the CC-BY-SA 4.0 Creative Commons license and attribution must be made to FTN Data via nflverse

Usage

load_ftn_charting(seasons = most_recent_season())

Arguments

seasons

a numeric vector of seasons to return, defaults to most recent season. If set to TRUE, returns all available data. Data available from 2022 onwards.

Value

Precomputed expected fantasy points data from the ffopportunity automated releases.

Author(s)

FTN Data

Source

FTNData.com

See Also

https://www.ftndata.com

vignette("Data Dictionary - FTN Charting")

https://nflreadr.nflverse.com/articles/dictionary_ftn_charting.html for the web data dictionary

Other ftn_charting: dictionary_ftn_charting

Examples


  try({ # prevents cran errors
  load_ftn_charting()
  })



nflreadr documentation built on Sept. 8, 2023, 5:57 p.m.