Skip to contents

Returns a data frame with score type classifications used in hole-by-hole data.

Usage

pga_score_types()

Value

A tibble with score_type, strokes_vs_par, and description columns.

Examples

pga_score_types()
#> # A tibble: 8 × 3
#>   score_type   strokes_vs_par description                            
#>   <chr>                 <int> <chr>                                  
#> 1 DOUBLE_EAGLE             -3 Three under par (also called albatross)
#> 2 EAGLE                    -2 Two under par                          
#> 3 BIRDIE                   -1 One under par                          
#> 4 PAR                       0 Equal to par                           
#> 5 BOGEY                     1 One over par                           
#> 6 DOUBLE_BOGEY              2 Two over par                           
#> 7 TRIPLE_BOGEY              3 Three over par                         
#> 8 OTHER                    NA Four or more over par