summary.datavolley: A simple summary of a volleyball match

View source: R/read_dv.R

summary.datavolleyR Documentation

A simple summary of a volleyball match

Description

A simple summary of a volleyball match

Usage

## S3 method for class 'datavolley'
summary(object, ...)

Arguments

object

datavolley: datavolley object as returned by dv_read

...

: additional arguments (currently these have no effect)

Value

list of summary items

See Also

dv_read

Examples

x <- dv_read(dv_example_file(), insert_technical_timeouts=FALSE)
summary(x)


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