powered by
A cached table of Sleeper NFL players. Will store in memory for each session! (via memoise in zzz.R)
sleeper_players()
a dataframe containing all ~7000+ players in the Sleeper database
# \donttest{ try({ # try only shown here because sometimes CRAN checks are weird x <- sleeper_players() dplyr::sample_n(x, 5) }) # end try # }
Run the code above in your browser using DataLab