Description Usage Arguments Value Examples
This function loads and aggregates multiple datafiles as a dataframe.
1 2 3 4 | load_complete_match_data(
match_id,
data_path = "/Users/petertea/Documents/courtvision_data/data/"
)
|
match_id |
str identifying match of interest. |
data_path |
str for saved data URL. |
A Dataframe for all recorded events corresponding to match ID.
1 2 | Eg: Load 2019 Roland Garros match between Thiem and Nadal
load_complete_match_data(match_id = 'atp_roland_garros_2019_SM001')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.