Description Usage Arguments Value Examples
Create match file via API
1 | pa_get_match_file(guid, filename = NULL)
|
guid |
string: the match guid as returned by |
filename |
string: the filename to use. A temporary file will be used if no |
Filename
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## Not run:
my_server_name <- "server name used in VBStats"
## retrieve the ID of the first match in our collection
guid <- pa_get_matches(my_server_name)$guid[1]
## build the match file
fn <- pa_get_match_file(guid)
## load it
x <- peranavolley::pv_read(fn)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.