powered by
Given a league ID and week number, grab the matchup data, including player points, total points, starting rosters, and more.
get_matchups(league_id, week)
Returns a data frame containing information about the matchups.
League ID generated by Sleeper (numeric or character)
Matchup week (numeric)
Nick Bultman, njbultman74@gmail.com, September 2021
if (FALSE) get_matchups(688281863499907072, 2) if (FALSE) get_matchups("688281863499907072", 1)
Run the code above in your browser using DataLab