Extract the plays component from a peranavolley object

plays(x)

Arguments

x

peranavolley: a peranavolley object as returned by pv_read

Value

The plays component of x (a data.frame)

See also

Examples

if (FALSE) { x <- pv_read(pv_example_file()) inspect(plays(x)) }