inspect: Convenience function for inspecting the plays component of a...

View source: R/read_dv.R

inspectR Documentation

Convenience function for inspecting the plays component of a datavolley object

Description

Convenience function for inspecting the plays component of a datavolley object

Usage

inspect(x, vars = "minimal", maxrows = 100, extra)

Arguments

x

datavolleyplays: the plays component of a datavolley object as returned by dv_read

vars

string: which variables to print? "minimal" set or "all"

maxrows

numeric: maximum number of rows to print

extra

character: names of any extra columns to include in the output

See Also

dv_read plays

Examples

## Not run: 
  x <- dv_read(dv_example_file(), insert_technical_timeouts=FALSE)
  inspect(plays(x))

## End(Not run)


raymondben/datavolley documentation built on April 25, 2024, 10:22 a.m.