Skip to contents

Pre-built dataset of strokes gained statistics from the PGA Tour. Contains per-round averages for all six strokes gained categories for players in the current season. Updated with each package release.

Usage

strokes_gained

Format

A tibble with one row per player and 11 columns:

player_id

PGA Tour player ID

player_name

Player display name

country

Three-letter country code (e.g., "USA", "ENG")

sg_putt

Strokes Gained: Putting (per round average)

sg_arg

Strokes Gained: Around the Green (per round average)

sg_app

Strokes Gained: Approach the Green (per round average)

sg_ott

Strokes Gained: Off the Tee (per round average)

sg_t2g

Strokes Gained: Tee to Green (per round average)

sg_total

Strokes Gained: Total (per round average)

rounds

Number of ShotLink-measured rounds

season

PGA Tour season year

Source

PGA Tour (https://www.pgatour.com/stats)