get_league {sleeperapi} | R Documentation |
Gather League Data
Description
Given a league ID, grab the data for that league. Includes roster positions, season type, if it is in season, and more.
Usage
get_league(league_id)
Arguments
league_id |
League ID generated by Sleeper (numeric or character) |
Value
Returns a data frame containing information about the league.
Author(s)
Nick Bultman, njbultman74@gmail.com, September 2021
Examples
## Not run: get_league(688281863499907072)
[Package sleeperapi version 1.1.1 Index]