Get the ranking of a volleyball tournament

v_get_volley_tournament_ranking(parent)

Arguments

parent

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

Value

A data.frame

Examples

if (FALSE) {
  pl <- list(
    NoTournament = "1182",
    Fields = paste(v_fields("Volleyball Tournament Ranking"), collapse = " ")
  )
  vb_tournament_ranking <- v_get_volley_tournament_ranking(parent = pl)
}