Get players with most top 10 finishes.
Usage
top10_leaders(year = NULL, min_events = 5, top_n = 10, file_path)
Arguments
- year
Optional year filter
- min_events
Minimum events played
- top_n
Number of players to show
- file_path
Path to data file (.rds or .parquet)
Value
Tibble with top 10 leaders
Examples
if (FALSE) { # \dontrun{
top10_leaders(year = 2025, file_path = "golf_data.rds")
} # }