R/leaderboard.R
pga_leaderboard.Rd
Returns the full leaderboard for a tournament with player scores, positions, and round-by-round results.
pga_leaderboard(tournament_id)
Character. Tournament ID (e.g., "R2026475").
"R2026475"
A tibble with one row per player.
if (FALSE) { # \dontrun{ pga_leaderboard("R2026475") } # }