fleaflicker_players | R Documentation |
A cached table of Fleaflicker NFL players. Will store in memory for each session! (via memoise in zzz.R)
fleaflicker_players(conn, page_limit = NULL)
conn |
a conn object created by |
page_limit |
A number limiting the number of players to return, or NULL (default) returns all |
a dataframe containing all ~7000+ players in the Fleaflicker database
try({ # try only shown here because sometimes CRAN checks are weird conn <- fleaflicker_connect(2020, 312861) player_list <- fleaflicker_players(conn, page_limit = 2) }) # end try
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.