Request to get the ranking of a beach volleyball round

v_get_beach_round_ranking(no, fields = v_fields("Beach Round Ranking"))

Arguments

no

integer: number of the beach volleyball round

fields

character: fields to return

Value

A data.frame

References

https://www.fivb.org/VisSDK/VisWebService/#GetBeachRoundRanking.html

Examples

if (FALSE) { v_get_beach_round_ranking(980) }