get_rosters: Gather Roster Data for League

View source: R/get_rosters.R

get_rostersR Documentation

Gather Roster Data for League

Description

Given a league ID, grab the data concerning each roster in that league. This includes information with the roster wins, losses, ties, fantasy points, and more.

Usage

get_rosters(league_id)

Arguments

league_id

League ID generated by Sleeper (numeric or character)

Value

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

Author(s)

Nick Bultman, njbultman74@gmail.com, September 2021

Examples

## Not run: get_rosters(688281863499907072)


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