# NOT RUN {
conn <- espn_connect(season = 2020, league_id = 899513)
ff_scoringhistory(conn)
# }
# NOT RUN {
# }
# NOT RUN {
#'
conn <- fleaflicker_connect(2020, 312861)
x <- ff_scoringhistory(conn, season = 2020)
x
# }
# NOT RUN {
# }
# NOT RUN {
# ssb_conn <- ff_connect(platform = "mfl", league_id = 54040, season = 2020)
# ff_scoringhistory(ssb_conn)
# }
# NOT RUN {
# }
# NOT RUN {
#'
conn <- ff_connect(platform = "sleeper", league_id = "522458773317046272", season = 2020)
ff_scoringhistory(conn, season = 2020)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab