pa_get_matches: Retrieve the matches associated with a given server name

Description Usage Arguments Value Examples

View source: R/api.R

Description

Retrieve the matches associated with a given server name

Usage

1
pa_get_matches(server_name, app_name = "VBStats")

Arguments

server_name

string: the server name used in VBStats

app_name

string: the app name ("VBStats" for VBstatsHD)

Value

data.frame with columns guid, teams, date

Examples

1
2
3
4
5
6
7
8
## Not run: 
 my_server_name <- "server name used in VBStats"

 ## retrieve the matches available to us
 pa_get_matches(my_server_name)


## End(Not run)

raymondben/peranapi documentation built on March 12, 2020, 9:28 p.m.