get_match: Scrape JSON of Match court vision data

Description Usage Arguments Examples

View source: R/get_match.R

Description

Scrape JSON of Match court vision data

Usage

1
get_match(year, matchid, event = c("ao", "rg"))

Arguments

year

Year of match (yyyy)

matchid

Character matchid (SM001)

event

One of "ao" (Aussie Open) or "rg" (Roland Garros)

Examples

1
2
get_match(2021, "SM001", "rg")
get_match(2021, "MS701", "ao")

skoval/courtvisionr documentation built on Dec. 23, 2021, 3:23 a.m.