Retrieve an FPL user's history data, obtained via the user entry history endpoint.
fpl_get_user_history(user_id)
user_id | user ID (found in a user's team page URL on the main FPL site). |
---|
a tibble
fpl_get_user_history(user_id = 3808385)#> # A tibble: 1 x 3 #> season_name total_points rank #> <chr> <int> <int> #> 1 2018/19 1804 4031890