fetch_wta_rankings: Download Current WTA Rankings

View source: R/fetch_wta_ranking.R

fetch_wta_rankingsR Documentation

Download Current WTA Rankings

Description

This function extracts current WTA rankings

Usage

fetch_wta_rankings(min_rank = 1, max_rank = 100)

Arguments

min_rank

A numeric for the highest ranked player to include

max_rank

A numeric for the lowest ranked player to include

Value

data frame of rankings for the specified week

  • player. Character name of player

  • nation. Character name of player

  • points. Numeric of ranking points

  • tournaments. Numeric of tournaments played

  • rank. Numeric rank

  • date. Date object of Monday rankings were updated

Examples

fetch_wta_rankings(1, 150)


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