Skip to contents

Side-by-side comparison of multiple players.

Usage

compare_players(players, year = NULL, file_path)

Arguments

players

Vector of player names

year

Optional year filter

file_path

Path to data file (.rds or .parquet)

Value

Tibble comparing player statistics

Examples

if (FALSE) { # \dontrun{
compare_players(c("Scheffler", "McIlroy", "Hovland"), file_path = "golf_data.rds")
} # }