v_get_volley_player_list | R Documentation |
Get a list of registration of players in volleyball tournaments
v_get_volley_player_list(
fields = c(v_fields("Volleyball Player"), "FirstName", "LastName"),
version,
filter
)
fields |
character: fields to return |
version |
integer: version of local list (currently ignored) |
filter |
list: (currently ignored) |
A data.frame
https://www.fivb.org/VisSDK/VisWebService/#GetVolleyPlayerList.html
## Not run:
v_get_volley_player_list()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.