get_league_users: Gather User Data for League

View source: R/get_league_users.R

get_league_usersR Documentation

Gather User Data for League

Description

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.

Usage

get_league_users(league_id)

Arguments

league_id

League ID generated by Sleeper (numeric or character)

Value

Returns a data frame containing information about the users in the league.

Author(s)

Nick Bultman, njbultman74@gmail.com, September 2021

Examples

## Not run: get_league_users(688281863499907072)


sleeperapi documentation built on April 3, 2025, 6:13 p.m.