correct_split_distance_helper {SwimmeR}R Documentation

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)

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

Value

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

See Also

correct_split_distance_helper is a helper function inside correct_split_distance


[Package SwimmeR version 0.14.2 Index]