Convenience function for inspecting the plays component of a datavolley object
Source:R/read_dv.R
inspect.Rd
Convenience function for inspecting the plays component of a datavolley object
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
Examples
if (FALSE) {
x <- dv_read(dv_example_file(), insert_technical_timeouts=FALSE)
inspect(plays(x))
}