
Convenience function for inspecting the plays component of a datavolley object
Source:R/read_dv.R
inspect.RdConvenience function for inspecting the plays component of a datavolley object
Examples
if (FALSE) { # \dontrun{
x <- dv_read(dv_example_file(), insert_technical_timeouts=FALSE)
inspect(plays(x))
} # }