Get a registration of a player in a volleyball tournament

v_get_volley_player(parent, 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.

Value

A data.frame

Examples

if (FALSE) {
  pl <- list(No = 89538, Fields = paste0(v_fields("Volleyball Player"), collapse = " "))
  cl <- list(Relation = c(Name = "Player", Fields = "No TeamName FirstName LastName"))
  v_get_volley_player(parent = pl, children = cl)
}