get_matchup_profiles: Get profile urls for players in matchup

View source: R/get_matchup.R

get_matchup_profilesR Documentation

Get profile urls for players in matchup

Description

Get profile urls for players in matchup

Usage

get_matchup_profiles(
  player_1 = NULL,
  player_2 = NULL,
  players = NULL,
  ranks = NULL,
  category = NULL
)

Arguments

player_1

character string of the first player's name.

player_2

character string of the second player's name.

players

character string vector of player names.

ranks

integers indicating the rank of the PSA players to return.

category

character string indicating the competition category. Must be one of "mens" or "womens".

Value

Tibble containing player names, rank, and profile url slugs.


squashinformr documentation built on May 10, 2022, 5:12 p.m.