The currentseason_df function converts the data found in the list returned by the collect_ff function when getting fresh data. The function returns a dataframe with the performances per gameweek for the players returned in the list.
currentseason_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 |