splits_parse_splash_helper_2 {SwimmeR} | R Documentation |
Produces data frames of splits within swim_parse_splash
for Splash
results
Description
Converts strings of splits and row numbers into data frames with a row number column (V1) and a splits column (Split_XX)
Usage
splits_parse_splash_helper_2(data, split_distances, i)
Arguments
data |
a list of lists containing splits and row numbers |
split_distances |
a list of distances for splits, e.g. "50m", "100m" |
i |
a number between 1 and the length of |
Value
returns a data frame with split times and row numbers
See Also
splits_parse_splash_helper_2
runs inside
splits_parse_splash
[Package SwimmeR version 0.14.2 Index]