Learn R Programming

JumpeR (version 0.3.0)

hytek_attempts_split_long_helper: Creates new columns for splitting attempts strings in long format

Description

Given a data frame with columns "Round_1_Attempts" it will produce three rows, for each of the attempts in flight 1

Usage

hytek_attempts_split_long_helper(i, data, old_cols)

Arguments

i

output from read_results followed by add_row_numbers

data

output from tf_parse

old_cols

a list of old columns to split

Value

returns a data frame with Round_X_Attempts columns split into individual rows

See Also

attempts_split_long_helper is a helper function inside attempts_split_long