Given level of detail (e.g. 'results', 'matches', 'games'), the full name or rank of a player, and the competition category, get_player_recent_()
returns the recent event data for PSA ranked players.
get_player_recent_(
level = c("results", "matches", "games"),
player = NULL,
rank = NULL,
category = NULL
)
character string indicating the level of detail of the data to be returned. Must be one of "results", "matches", or "games".
character string of player name.
single integer or vector of integers indicating the rank of the PSA player(s) to return.
character string indicating the competition category. Must be one of "both", "mens", or "womens".
Tibble containing the player rank, player name, player's seeding, round reached, event name, event date, event location, and event tour.