Visualize a player's finishes across tournaments.
Usage
plot_player(name, year = NULL, file_path)
Arguments
- name
Player name
- year
Optional year filter
- file_path
Path to data file (.rds or .parquet)
Examples
if (FALSE) { # \dontrun{
plot_player("Scheffler", file_path = "golf_data.rds")
} # }