Learn R Programming

squashinformr (version 0.2.6)

get_player_profile_table: Get Player Summary Tables from SquashInfo

Description

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.

Usage

get_player_profile_table(data = NULL, identifier = NULL)

Arguments

data

data frame with columns for player rank (int), names (chr), and profile slugs (chr).

identifier

unique string that used to identify the desired table.

Value

Data frame containing Event Summary Table(s).