ffverse / ffscrapr

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

Sleeper Drop Empty Drafts #425

Closed JoeSydlowski closed 9 months ago

JoeSydlowski commented 9 months ago

Filter out empty drafts from sleeper

Test example should have 2 draft ids

conn <- sleeper_connect(2019, "464109311174373376")
draft <- ff_draft(conn)

unique(draft$draft_id)