R/player_profile.R
pga_player_tournament_status.Rd
Returns a player's status in the current tournament (if playing), including position, score, and tee time.
pga_player_tournament_status(player_id)
Character. Player ID.
A tibble with one row, or empty if the player is not in the current tournament.
if (FALSE) { # \dontrun{ pga_player_tournament_status("52955") } # }