Learn R Programming

SwimmeR (version 0.14.2)

correct_split_distance_helper: Changes lengths associated with splits to new values

Description

Useful for dealing with meets where some events are split by 50 and others by 25.

Usage

correct_split_distance_helper(df_helper, new_split_length_helper)

Value

a data frame where all values have been pushed left, replacing `NA`s, and all columns containing only `NA`s have been removed

Arguments

df_helper

a data frame having some split columns (Split_50, Split_100 etc.)

new_split_length_helper

split length to rename split columns based on

See Also

correct_split_distance_helper is a helper function inside correct_split_distance