Load Tournament Data from RDS
Arguments
- file_path
Path to RDS file. Must be specified by user.
Value
A tibble with tournament leaderboard data containing columns such as
position, player name, scores, and tournament metadata.
Examples
if (FALSE) { # \dontrun{
data <- load_from_rds(file_path = "my_golf_data.rds")
} # }