get_transactions {sleeperapi} | R Documentation |
Given a league ID and round, grab the transaction data concerning that particular league. This includes adds or drops, whether it was a free agent or a waiver, notes, and more.
get_transactions(league_id, round)
league_id |
League ID generated by Sleeper (numeric or character) |
round |
round of transactions to gather (can also be thought of as week depending on when your league processes transactions) (numeric) |
Returns a data frame containing information about the round of transactions for that league.
Nick Bultman, njbultman74@gmail.com, September 2021
## Not run: get_transactions(688281863499907072, 2)