plays: Extract the play-by-play data component from a volleyxml...

Description Usage Arguments Value See Also Examples

View source: R/read.R

Description

Extract the play-by-play data component from a volleyxml object

Usage

1
plays(x)

Arguments

x

volleyxml: a volleyxml object as returned by vx_read

Value

The plays component of x (a data.frame)

See Also

vx_read

Examples

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

## End(Not run)

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