Skip to contents

Compare two or more players' finishes across tournaments.

Usage

plot_head_to_head(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

ggplot object

Examples

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