View source: R/load_ftn_charting.R
load_ftn_charting | R Documentation |
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
load_ftn_charting(
seasons = most_recent_season(),
file_type = getOption("nflreadr.prefer", default = "rds")
)
seasons |
a numeric vector of seasons to return, defaults to most recent season.
If set to |
file_type |
One of |
Play-level manual charting data from FTN Data
FTN Data
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
try({ # prevents cran errors
load_ftn_charting()
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.