Skip to contents

Get players with most wins.

Usage

win_leaders(year = NULL, top_n = 10, file_path)

Arguments

year

Optional year filter

top_n

Number of players to show

file_path

Path to data file (.rds or .parquet)

Value

Tibble with win leaders

Examples

if (FALSE) { # \dontrun{
win_leaders(year = 2025, file_path = "golf_data.rds")
} # }