Get the ranking of the players in a volleyball tournament

v_get_volley_player_ranking(parent)

Arguments

parent

list: List of named charactor vectors. Specify attributes of Request Node.

Value

A data.frame

Examples

if (FALSE) {
  pl <- list(No = 229, NumberOfScorers = 20, NumberOfPlayers = 20, Skills = "Block Dig Libero Reception Scorer Service Set Spike")
  vb_player_ranking <- v_get_volley_player_ranking(parent = pl)
}