get_user_drafts {sleeperapi} | R Documentation |
Given a user ID, sport abbreviation, and season number, gather draft information for that selection.
get_user_drafts(user_id, sport, season)
user_id |
User ID generated by Sleeper (numeric) |
sport |
Sport that you would like to query ("nfl" only supported currently) (character) |
season |
Season that you would like to select (numeric) |
Returns a data frame containing information about the draft(s).
Nick Bultman, njbultman74@gmail.com, December 2021
## Not run: get_user_drafts(688556535013502976, "nfl", 2021)