Get historical results for a specific tournament.
Usage
tournament_history(tournament, file_path)
Arguments
- tournament
Tournament name (partial match)
- file_path
Path to data file (.rds or .parquet)
Value
Tibble with tournament winners by year
Examples
if (FALSE) { # \dontrun{
tournament_history("Masters", file_path = "golf_data.rds")
} # }