View source: R/get_league_users.R
get_league_users | R Documentation |
Given a league ID, grab the data concerning each user. This includes information about the users' mascot, display name, avatar, if they are an owner, if they are a bot, and more.
get_league_users(league_id)
league_id |
League ID generated by Sleeper (numeric or character) |
Returns a data frame containing information about the users in the league.
Nick Bultman, njbultman74@gmail.com, September 2021
## Not run: get_league_users(688281863499907072)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.