View source: R/get_player_recent_.R
get_player_profile_urls | R Documentation |
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") )
player |
character string of player name. |
rank |
single integer or vector of integers indicating the rank of the PSA player(s) to return. |
category |
character string indicating the competition category. Must be one of "both", "mens", or "womens". |
Data frame containing player ranks, names, and profile slugs.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.