powered by
A cached table of MFL players. Will store in memory for each session! (via memoise in zzz.R)
mfl_players(conn = NULL)
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
# NOT RUN { player_list <- mfl_players() dplyr::sample_n(player_list, 5) # } # NOT RUN { # }
Run the code above in your browser using DataLab