Save tournament data to an RDS file.
Examples
if (FALSE) { # \dontrun{
masters <- load_tournament(2025, "Masters")
save_to_rds(masters, file_path = tempfile(fileext = ".rds"))
} # }
Save tournament data to an RDS file.
if (FALSE) { # \dontrun{
masters <- load_tournament(2025, "Masters")
save_to_rds(masters, file_path = tempfile(fileext = ".rds"))
} # }