Given a data frame with player ranks, names, and profile slugs, get_player_profile_urls()
returns the Event Summary Table of ranked players in PSA World Tour competitions.
get_player_profile_table(data = NULL, identifier = NULL)
data frame with columns for player rank (int), names (chr), and profile slugs (chr).
unique string that used to identify the desired table.
Data frame containing Event Summary Table(s).