View source: R/sleeper_players.R
sleeper_players | R Documentation |
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
try({ # try only shown here because sometimes CRAN checks are weird x <- sleeper_players() dplyr::sample_n(x, 5) }) # end try
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.