Description Usage Arguments Value Examples
Retrieve the matches associated with a given server name
1 | pa_get_matches(server_name, app_name = "VBStats")
|
server_name |
string: the server name used in VBStats |
app_name |
string: the app name ("VBStats" for VBstatsHD) |
data.frame with columns guid
, teams
, date
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.