mfl_players | R Documentation |
A cached table of MFL players. Will store in memory for each session! (via memoise in zzz.R)
mfl_players(conn = NULL)
conn |
optionally, pass in a conn object generated by ff_connect to receive league-specific custom players |
a dataframe containing all ~2000+ players in the MFL database
try({ # try only shown here because sometimes CRAN checks are weird player_list <- mfl_players() dplyr::sample_n(player_list, 5) }) # end try
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.