nflverse / nflverse-rosters

builds roster data for nflverse/nflverse-data
Other
20 stars 3 forks source link

`load_injuries` missing week 1 regular season data for 2009-2019 #38

Closed john-b-edwards closed 1 year ago

john-b-edwards commented 1 year ago
nflreadr::load_injuries(2009:2019) |>
    dplyr::filter(season_type == "REG" & week == 1)
#> ── nflverse injury and practice reports ────────────────────────────────────────
#> ℹ Data updated: 2022-03-10 09:50:23 PST
#> # A tibble: 0 × 16
#> # … with 16 variables: season <chr>, season_type <chr>, team <chr>, week <chr>,
#> #   gsis_id <chr>, position <chr>, full_name <chr>, first_name <chr>,
#> #   last_name <chr>, report_primary_injury <chr>,
#> #   report_secondary_injury <chr>, report_status <chr>,
#> #   practice_primary_injury <chr>, practice_secondary_injury <chr>,
#> #   practice_status <chr>, date_modified <dttm>
#> # ℹ Use `colnames()` to see all variable names