Get results from the four major championships.
Usage
get_majors(year, file_path)
Arguments
- year
Season year
- file_path
Path to data file (.rds or .parquet)
Value
Tibble with major championship results
Examples
if (FALSE) { # \dontrun{
# Get 2025 majors
get_majors(2025, file_path = "golf_data.rds")
} # }