v_get_volley_player_list: Get a list of registration of players in volleyball...

View source: R/players.R

v_get_volley_player_listR Documentation

Get a list of registration of players in volleyball tournaments

Description

Get a list of registration of players in volleyball tournaments

Usage

v_get_volley_player_list(
  fields = c(v_fields("Volleyball Player"), "FirstName", "LastName"),
  version,
  filter
)

Arguments

fields

character: fields to return

version

integer: version of local list (currently ignored)

filter

list: (currently ignored)

Value

A data.frame

References

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

Examples

## Not run: 
  v_get_volley_player_list()

## End(Not run)


openvolley/fivbvis documentation built on Aug. 6, 2022, 12:02 a.m.