Closed patstout closed 2 years ago
Getting fp_projections() for the kickers (k) or team defense (dst) fails with a 'can't recycle error
Both of these fail:
projections <- ffpros::fp_projections( "dst" ) projections <- ffpros::fp_projections( "k" )
dst fails with: Error: Can't recycle ..1 (size 6) to match ..2 (size 8).
..1
..2
k fails with: Error: Can't recycle ..1 (size 7) to match ..2 (size 9).
My guess is it is having trouble with the slightly different table format between K/DST and standard players. The extra header row is missing.
Normal player: Kicker:
Hmm, thanks for reporting! Not sure when I'll get to this, unfortunately, but I'll add it to my backlog
Getting fp_projections() for the kickers (k) or team defense (dst) fails with a 'can't recycle error
Both of these fail:
dst fails with: Error: Can't recycle
..1
(size 6) to match..2
(size 8).k fails with: Error: Can't recycle
..1
(size 7) to match..2
(size 9).My guess is it is having trouble with the slightly different table format between K/DST and standard players. The extra header row is missing.
Normal player: Kicker: