Get a list of volleyball matches

v_get_volley_match_list(fields = v_fields("Volleyball Match"), version, filter)

Arguments

fields

character: fields to return

version

integer: version of local list (currently ignored)

filter

list: (currently ignored)

Value

A data.frame

References

https://www.fivb.org/VisSDK/VisWebService/#GetVolleyMatchList.html

Examples

if (FALSE) { v_get_volley_match_list() }