load_ftn_charting {nflreadr} | R 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(),
file_type = getOption("nflreadr.prefer", default = "rds")
)
Arguments
seasons |
a numeric vector of seasons to return, defaults to most recent season.
If set to |
file_type |
One of |
Value
Play-level manual charting data from FTN Data
Author(s)
FTN Data
Source
FTNData.com
See Also
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()
})