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


[Package sleeperapi version 1.1.1 Index]