R/tournaments.R
v_get_volley_tournament_ranking.Rd
Get the ranking of a volleyball tournament
v_get_volley_tournament_ranking(parent)
list: List of named charactor vectors. Specify attributes of Request Node.
A data.frame
https://www.fivb.org/VisSDK/VisWebService/#GetVolleyTournamentRanking.html
if (FALSE) { pl <- list( NoTournament = "1182", Fields = paste(v_fields("Volleyball Tournament Ranking"), collapse = " ") ) vb_tournament_ranking <- v_get_volley_tournament_ranking(parent = pl) }