| pga_results | R Documentation |
This dataset, pga_results, is a data frame containing player-level results and performance statistics from PGA Tour tournaments. It includes information on tournament and player identifiers, scoring, fantasy points (DraftKings, FanDuel, and SuperDraft), cut status, finishing position, tournament details such as course, date, purse and season, and strokes gained statistics across different aspects of the game.
data(pga_results)
A data frame with 3676 observations and 34 variables:
Character vector indicating the player's name in initial-last format
Integer vector indicating the tournament identification number
Integer vector indicating the player identification number
Integer vector indicating the par for the hole
Integer vector indicating the number of strokes taken
Numeric vector indicating the DraftKings points earned per hole
Numeric vector indicating the FanDuel points earned per hole
Integer vector indicating the SuperDraft points earned per hole
Integer vector indicating the DraftKings streak bonus points
Numeric vector indicating the FanDuel streak bonus points
Integer vector indicating the SuperDraft streak bonus points
Integer vector indicating the number of rounds played
Integer vector indicating whether the player made the cut
Integer vector indicating the player's finishing position
Integer vector indicating the DraftKings points earned for finishing position
Integer vector indicating the FanDuel points earned for finishing position
Integer vector indicating the SuperDraft points earned for finishing position
Numeric vector indicating the total DraftKings points earned
Numeric vector indicating the total FanDuel points earned
Integer vector indicating the total SuperDraft points earned
Character vector indicating the full name of the player
Character vector indicating the name of the tournament
Character vector indicating the name of the golf course
Character vector indicating the date of the tournament
Numeric vector indicating the total prize money offered at the tournament
Integer vector indicating the season or year of the tournament
Integer vector indicating whether the tournament had no cut
Character vector indicating the player's final finishing position
Numeric vector indicating strokes gained putting
Numeric vector indicating strokes gained around the green
Numeric vector indicating strokes gained approach
Numeric vector indicating strokes gained off the tee
Numeric vector indicating strokes gained tee to green
Numeric vector indicating total strokes gained
The dataset name has been kept as 'pga_results' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the sportsR package and assists users in identifying its specific characteristics.
Data taken from the ISAR package version 1.0.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.