sc_preprocess: Preprocess a DataVolley object before creating a Sportscode...

Description Usage Arguments Value See Also Examples

View source: R/preprocess.R

Description

Preprocess a DataVolley object before creating a Sportscode file

Usage

1
sc_preprocess(x, cover = TRUE)

Arguments

x

datavolley: a datvolley object as returned by read_dv

cover

logical: convert the skill label of any dig that follows a block to "Cover"

Value

A modified version of x

See Also

dv2sc

Examples

1
2
x <- read_dv(dv_example_file())
x <- sc_preprocess(x)

scienceuntangled/dvsc documentation built on Jan. 2, 2020, 12:54 a.m.