splits_to_lap_helper_recalc {SwimmeR}R Documentation

Helper function for converting cumulative splits to lap splits

Description

Helper function for converting cumulative splits to lap splits

Usage

splits_to_lap_helper_recalc(
  df,
  i,
  split_cols = split_cols,
  threshold = threshold
)

Arguments

df

a data frame containing splits in cumulative format

i

list of values to iterate along

split_cols

list of columns containing splits

threshold

a numeric value above which a split is taken to be cumulative

Value

a list of data frames with all splits in lap format for a particular event, each with a single split column converted to lap format


[Package SwimmeR version 0.14.2 Index]