View source: R/get_user_drafts.R
get_user_drafts | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.