powered by
A cached table of ESPN NFL players. Will store in memory for each session! (via memoise in zzz.R)
espn_players(conn = NULL, season = NULL)
a connection object created by espn_connect or ff_connect()
espn_connect
ff_connect()
a season to fetch
a dataframe containing all ~2000+ active players in the ESPN database
# NOT RUN { conn <- espn_connect(season = 2020, league_id = 1178049) player_list <- espn_players(conn, season = 2020) # } # NOT RUN { # }
Run the code above in your browser using DataLab