Returns the full player directory for a tour.
Arguments
- tour
Character. Tour code: "R" (PGA Tour), "S" (Champions),
"H" (Korn Ferry). Defaults to "R".
Value
A tibble with one row per player.
Examples
if (FALSE) { # \dontrun{
pga_players()
pga_players("H")
} # }