R/teams.R
v_get_volley_team_ranking.Rd
Get the ranking of the teams in a volleyball tournament
v_get_volley_team_ranking(parent)
list: List of named charactor vectors. Specify attributes of Request Node.
A data.frame
if (FALSE) {
pl <- list(No = 229, NumberOfScorers = 20, NumberOfPlayers = 20, Skills = "Block Dig Libero Reception Scorer Service Set Spike")
vb_team_ranking <- v_get_volley_team_ranking(parent = pl)
}