load_player_stats {nflfastR} | R Documentation |
Load Player Level Weekly Stats
Description
Load Player Level Weekly Stats
Usage
load_player_stats(...)
Arguments
... |
Arguments passed on to
|
Value
A tibble of week-level player statistics that aims to match NFL official box scores.
See Also
The function calculate_player_stats()
and the corresponding examples
on the nflfastR website
Examples
try({# to avoid CRAN test problems
stats <- load_player_stats()
dplyr::glimpse(stats)
})
[Package nflfastR version 4.6.1 Index]