tennis_data | R Documentation |
Imports ATP or WTA data from the site http://www.tennis-data.co.uk/
tennis_data(YEAR, Circuit)
YEAR |
Year to consider, in "YYYY" format. Only years from 2013 onwards are allowed |
Circuit |
Valid choices for Circuit are: "ATP" or "WTA" |
Data.frame for the YEAR and Circuit specified
db<-tennis_data("2022","ATP")
head(db)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.