-
-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Describe the bug
ff_transaction fails to pull transaction history from fleaflicker
Reprex
Please provide a short, reproducible example of the code you are trying to run.
library(ffscrapr)
library(dplyr)
library(tidyr)
conn <- fleaflicker_connect(season = 2021, league_id = 326798)
tx <- ff_transactions(conn)
conn <- fleaflicker_connect(season = 2021, league_id = 326798)
tx <- ff_transactions(conn)Expected behavior
return league's transaction history in a df
Session information
R version 4.2.0 (2022-04-22 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 19044)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.utf8 LC_CTYPE=English_United States.utf8 LC_MONETARY=English_United States.utf8
[4] LC_NUMERIC=C LC_TIME=English_United States.utf8
attached base packages:
[1] stats graphics grDevices utils datasets methods base
loaded via a namespace (and not attached):
[1] compiler_4.2.0 tools_4.2.0
Discord discussion link: https://discord.com/channels/550775812434165787/869777921231953951/981940350119719022