Learn R Programming

nflreadr (version 1.4.1)

load_pfr_passing: Load Advanced Passing Stats from PFR

Description

Loads player level season stats provided by Pro Football Reference starting with the 2019 season.

Usage

load_pfr_passing(seasons = TRUE)

Value

A tibble of season-level player statistics provided by Pro Football Reference.

Arguments

seasons

a numeric vector specifying what seasons to return, if TRUE returns all available data

See Also

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

dictionary_pfr_passing for the data dictionary as bundled within the package

Issues with this data should be filed here: https://github.com/nflverse/nflverse-pfr

Examples

Run this code
.for_cran()
# \donttest{
  load_pfr_passing()
# }

Run the code above in your browser using DataLab