load_player_stats function

Load Player Level Weekly Stats

Load Player Level Weekly Stats

load_player_stats(...)

Arguments

  • ...: Arguments passed on to nflreadr::load_player_stats

    • seasons: a numeric vector of seasons to return, defaults to most recent season. If set to TRUE, returns all available data.
    • stat_type: one of "offense", "defense", or "kicking"
    • file_type: One of c("rds", "qs", "csv", "parquet"). Can also be set globally with options(nflreadr.prefer)

Returns

A tibble of week-level player statistics that aims to match NFL official box scores.

Examples

try({# to avoid CRAN test problems stats <- load_player_stats() dplyr::glimpse(stats) })

See Also

The function calculate_player_stats() and the corresponding examples on the nflfastR website

  • Maintainer: Ben Baldwin
  • License: MIT + file LICENSE
  • Last published: 2024-11-26