R/matches.R
v_get_volley_match.Rd
Get a volleyball match
v_get_volley_match(parent, children)
list: List of named charactor vectors. Specify attributes of Request Node.
list: Named list of named charactor vectors. Add child nodes such as Filter, Relation.
A data.frame
https://www.fivb.org/VisSDK/VisWebService/#GetVolleyMatch.html
if (FALSE) { pl <- list(No = 13754, Fields = paste0(v_fields("Volleyball Match"), collapse = " ")) v_get_volley_match(parent = pl) }