Get a list of beach tournaments

v_get_beach_tournament_list(
  fields = v_fields("Beach Tournament"),
  version,
  filter
)

Arguments

fields

character: fields to return

version

integer: version of local list (currently ignored)

filter

list: (currently ignored)

Value

A data.frame

Examples

if (FALSE) {
  v_get_beach_tournament_list()
}