R/pools.R
v_get_volley_pool.Rd
Get a volleyball pool
v_get_volley_pool(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/#GetVolleyPool.html
if (FALSE) { pl <- list(No = 13754, Fields = paste0(v_fields("Volleyball Pool"), collapse = " ")) v_get_volley_pool(parent = pl) }