The players_df
function converts the data found in the list returned by the collect_ff function when getting fresh data. The default dataframe returns in the same format as the players dataset, containing the variables pos, team, pts, id, name, value, and pct
players_df(player_list, add_vars = NULL)
param | details |
---|---|
player_list | the list of players returned by collect_ff |
add_vars | extra variables to add if desired |