Given the player name, rank(s), and competition category, get_player_profile_urls()
returns profile slugs of ranked players in PSA World Tour competitions.
get_player_profile_urls(
player = NULL,
rank = NULL,
category = c("mens", "womens")
)
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".
Data frame containing player ranks, names, and profile slugs.