get_matchups | R Documentation |
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)
league_id |
League ID generated by Sleeper (numeric or character) |
week |
Matchup week (numeric) |
Returns a data frame containing information about the matchups.
Nick Bultman, njbultman74@gmail.com, September 2021
## Not run: get_matchups(688281863499907072, 2)
## Not run: get_matchups("688281863499907072", 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.