Skip to contents

This function retrieves the historical performance an FPL manager (if exists).

Usage

fpl_manager_history(manager_id)

Arguments

manager_id

The ID of the FPL manager (numeric).

Value

A tibble (data frame) with the following columns:

season_name

The previous season the manager took part.

total_points

The total points scored in that season.

rank

The overall rank of that season.

Examples

fpl_manager_history(123456)
#> # A tibble: 2 × 3
#>   season_name total_points    rank
#>   <chr>              <int>   <int>
#> 1 2021/22             2470  154443
#> 2 2022/23             2332 1208555