nflverse / nflverse-data

Automated nflverse data repository

Home Page:https://www.nflverse.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

john-b-edwards opened this issue · comments

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