Skip to contents

Returns the full player directory for a tour.

Usage

pga_players(tour = "R")

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")
} # }