fetch_head_to_head: Download Head-to-Head

View source: R/fetch_head_to_head.R

fetch_head_to_headR Documentation

Download Head-to-Head

Description

This function extracts head-to-heads for WTA and ATP players from http://www.stevegtennis.com

Usage

fetch_head_to_head(player1, player2, atp = TRUE)

Arguments

player1

Character name of player (must match name used by source)

player2

Character name of player (must match name used by source)

atp

Logical indicator for ATP or WTA

Value

data frame of match activity and results

  • year. Numeric of year of match

  • tournament. Character name of tournament

  • round. Character of round of match

  • surface. Character of surface

  • winner. Character name of winner of match

  • loser. Character name of loser of match

  • score. Character of score

Examples

fetch_head_to_head("Rafael Nadal", "Roger Federer")


skoval/deuce documentation built on March 7, 2023, 2:39 p.m.