Request to get a beach volleyball World Tour ranking

v_get_beach_world_tour_ranking(
  gender,
  number,
  referencedate,
  fields = v_fields("Beach World Tour Ranking")
)

Arguments

gender

character: gender of the teams to retrieve the ranking for

number

integer: number of entries to return

referencedate

date: reference date of the ranking when the ranking has been calculated. YYY-MM-DD. if there is no World Tour ranking calculated at the specified date, the returned ranking will be empty. if this parameter is not specified, the web service will return the ranking for the latest reference date.

fields

character: fields to return

Value

A data.frame

Examples

if (FALSE) {
  v_get_beach_world_tour_ranking("W")
}