R/beach.R
v_get_beach_olympic_selection_ranking.Rd
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")
)
character: gender of the olympic ranking selection
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.
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
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
character: fields to return
A data.frame
if (FALSE) {
v_get_beach_olympic_selection_ranking("W")
}