teams: Get team names from volleyxml object

Description Usage Arguments Value See Also Examples

View source: R/meta.R

Description

Get team names from volleyxml object

Usage

1
2
3
4
5

Arguments

x

volleyxml or data.frame: a volleyxml object as returned by vx_read, or the plays component of that object

Value

character vector of team names

See Also

vx_read

Examples

1
2
3
4
5
## Not run: 
  x <- vx_read(vx_example_file())
  teams(x)

## End(Not run)

raymondben/volleyxml documentation built on Jan. 18, 2021, 1:39 a.m.