ffverse / ffscrapr

R API Client for Fantasy Football League Platforms
https://ffscrapr.ffverse.com
Other
82 stars 21 forks source link

Missing 2021 Kicking Stats #342

Closed scottfrechette closed 2 years ago

scottfrechette commented 2 years ago

It looks like player_kicking_stats.* files aren't being updated for 2021 season, so functions like ff_scoringhistory() don't include kickers. I saw a note not to post issues to that repo so I'm putting it here for downstream effects.

library(ffscrapr)

nflfastr_weekly(seasons = 2021, type = "kicking")
#> Empty data.table (0 rows and 40 cols): season,week,season_type,team,player_name,player_id...

Created on 2021-10-11 by the reprex package (v2.0.1)

tanho63 commented 2 years ago

Lol you caught me slacking! I’ll have a look a bit later

tanho63 commented 2 years ago

This should be resolved as of nflverse/nflfastR-data@8332753