Get a list of volleyball pools
v_get_volley_pool_list(
parent = list(Fields = paste0(v_fields("Volleyball Pool"), collapse = " ")),
children
)
Arguments
- parent
list: List of named charactor vectors. Specify attributes of Request Node.
- children
list: Named list of named charactor vectors. Add child nodes such as Filter, Relation.
Examples
if (FALSE) {
cl <- list(Filter = c(NoTournament = 1257))
v_get_volley_pool_list(children = cl)
}