Skip to contents

Returns a data frame with the four major championships and their typical schedule.

Usage

pga_majors()

Value

A tibble with tournament, month, and course columns.

Examples

pga_majors()
#> # A tibble: 4 × 3
#>   tournament            month course                    
#>   <chr>                 <chr> <chr>                     
#> 1 Masters Tournament    April Augusta National Golf Club
#> 2 PGA Championship      May   Varies                    
#> 3 U.S. Open             June  Varies                    
#> 4 The Open Championship July  Varies (UK links courses)