get_league_users {sleeperapi}R 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)


[Package sleeperapi version 1.1.1 Index]