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") )
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 |
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 |
A data.frame
https://www.fivb.org/VisSDK/VisWebService/#GetBeachOlympicSelectionRanking.html
if (FALSE) { v_get_beach_olympic_selection_ranking("W") }