plays: Extract the plays component from a peranavolley object

View source: R/read.R

playsR Documentation

Extract the plays component from a peranavolley object

Description

Extract the plays component from a peranavolley object

Usage

plays(x)

Arguments

x

peranavolley: a peranavolley object as returned by pv_read

Value

The plays component of x (a data.frame)

See Also

pv_read

Examples

## Not run: 
  x <- pv_read(pv_example_file())
  inspect(plays(x))

## End(Not run)

raymondben/peranavolley documentation built on June 2, 2024, 1:47 a.m.