Analyze the strength of a tournament field.
Usage
field_strength(tournament, year, file_path)
Arguments
- tournament
Tournament name
- year
Season year
- file_path
Path to data file (.rds or .parquet)
Value
Tibble with field statistics
Examples
if (FALSE) { # \dontrun{
field_strength("Masters", 2025, file_path = "golf_data.rds")
} # }