Request to get a beach volleyball Olympic Selection ranking

v_get_beach_olympic_selection_ranking(
  gender,
  gamesyear,
  onlyselected,
  referencedate,
  fields = v_fields("Beach Olympic Selection Ranking")
)

Arguments

gender

character: gender of the olympic ranking selection

gamesyear

integer: year to return ranking selection. if this parameter is not specified, the web service will return the ranking for the latest olympic games with a ranking.

onlyselected

logical: the selection status of the returned teams. If NULL or not specified, the resulting list will contain both selected and not-selected teams. If FALSE, the resulting list will contain only non-selected teams. If TRUE, the resulting list will contain only selected teams

referencedate

Date: reference date of the ranking: when the ranking has been calculated. If there is no Olympic Games selection 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_olympic_selection_ranking("W")
}