| tennis_data {welo} | R Documentation | 
Download data from http://www.tennis-data.co.uk/
Description
Imports ATP or WTA data from the site http://www.tennis-data.co.uk/
Usage
tennis_data(YEAR, Circuit)
Arguments
| YEAR | Year to consider, in "YYYY" format. Only years from 2013 onwards are allowed | 
| Circuit | Valid choices for Circuit are: "ATP" or "WTA" | 
Value
Data.frame for the YEAR and Circuit specified
Examples
db<-tennis_data("2022","ATP") 
head(db)
[Package welo version 0.1.4 Index]