recent_activity | R Documentation |
The individual proposed and executed transactions, trades, and waiver moves.
recent_activity(
leagueId = ffl_id(),
leagueHistory = FALSE,
scoringPeriodId = NULL,
...
)
leagueId |
Numeric league ID or ESPN fantasy page URL. Defaults to
|
leagueHistory |
logical; Should the |
scoringPeriodId |
Integer week of NFL season. By default, |
... |
Additional queries passed to |
As of November 2021, activity data related to trades coming from the API is
flawed. The items
list column containing the players involved in a trade
will only contain data for rejected trades (with an executionType
of
"CANCEL"). For accepted and upheld trades, that items
element is NULL
or
an empty list. This flaw comes from the API itself, not processing done by
this package.
A data frame of transactions and roster moves.
Other player functions:
all_players()
,
list_players()
,
player_info()
,
player_news()
,
player_outlook()
,
transaction_counter()
recent_activity(leagueId = "42654852", scoringPeriodId = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.