get_league_drafts {sleeperapi} | R Documentation |
Gather League Draft Information
Description
Given a league ID, gather draft information for that league.
Usage
get_league_drafts(league_id)
Arguments
league_id |
League ID generated by Sleeper (numeric or character) |
Value
Returns a data frame containing draft information for that league.
Author(s)
Nick Bultman, njbultman74@gmail.com, December 2021
Examples
## Not run: get_league_drafts(688281863499907072)
[Package sleeperapi version 1.1.1 Index]