get_transactions {sleeperapi} | R Documentation |
Gather League Transactions for Specific Round
Description
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.
Usage
get_transactions(league_id, round)
Arguments
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) |
Value
Returns a data frame containing information about the round of transactions for that league.
Author(s)
Nick Bultman, njbultman74@gmail.com, September 2021
Examples
## Not run: get_transactions(688281863499907072, 2)
[Package sleeperapi version 1.1.1 Index]