Extract the plays component from a datavolley object, or assign a new one
Source:R/read_dv.R
plays.Rd
Extract the plays component from a datavolley object, or assign a new one
Value
The plays component of x (a data.frame), or a modified version of x with the new plays component inserted
Examples
if (FALSE) {
x <- dv_read(dv_example_file(), insert_technical_timeouts=FALSE)
inspect(plays(x))
p2 <- plays(x)
plays(x) <- p2
}