Get profile urls for players in matchup
get_matchup_profiles(
player_1 = NULL,
player_2 = NULL,
players = NULL,
ranks = NULL,
category = NULL
)
character string of the first player's name.
character string of the second player's name.
character string vector of player names.
integers indicating the rank of the PSA players to return.
character string indicating the competition category. Must be one of "mens" or "womens".
Tibble containing player names, rank, and profile url slugs.