See which tournaments are loaded vs missing for a season.
Usage
check_season(year, file_path, tour = "pga")
Arguments
- year
Season year
- file_path
Path to data file (.rds or .parquet). Must be specified by user.
- tour
Tour name (default: "pga")
Value
A tibble showing status of each tournament with columns: event_id,
tournament_name, start_date, end_date, and status (either "loaded" or "missing").
Examples
if (FALSE) { # \dontrun{
progress <- check_season(2025, file_path = "my_golf_data.rds")
} # }