Closed bullaspc closed 1 year ago
nflreadr::load_depth_charts()
is designed to load pre-scraped depth charts from the NFL Data Exchange -- these are provided as is, and sometimes they will be missing data. I went in and confirmed that the depth chart for the Eagles for the specified week is consistent, and Hurts is missing on the data exchange as well.
Unfortunately, editing the depth charts from the data exchange to be 100% correct is beyond the scope of what this function seeks to do, so I will leave this as is.
A very minor aside -- I would review the guidelines for producing a reprex and potentially work with the {reprex}
package in the future. In your provided reprex you use several functions (%>%
, filter()
) without loading in the required library first ({dplyr}
).
Is there an existing issue for this?
Have you installed the latest development version of the package(s) in question?
What version of the package do you have?
1.3.1
Describe the bug
there isn't a record for Jalen Hurts as qb in Philadelphia depth chart for week 23
Reprex
Expected Behavior
a record showing Jalen hurts as qb for week 23
nflverse_sitrep
Screenshots
No response
Additional context
No response