Description Usage Arguments Details Value Examples
View source: R/manager_picks.R
Get total points scored across the season so far by one or more FPL managers
1  | manager_picks(IDs, gameweeks = NULL)
 | 
IDs | 
 a numeric with one or more team IDs  | 
gameweeks | 
 range of gameweeks to retrieve picks for; if 'NULL', retrieves all gameweeks in season so far.  | 
Team ID can be found when examining points on the official FPL site, appearing after the '/entry/' part of the URL, e.g. '1' in 'https://fantasy.premierleague.com/entry/1/event/12'
a dataframe with each manager's team's information and total points
1 2  | # first two gameweeks for two manager IDs
manager_picks(c(1, 2), 1:2)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.