Learn R Programming

JumpeR (version 0.3.0)

attempts_split: Creates new columns of split attempts strings

Description

Given a data frame with columns "Round_1_Attempts" it will output three columns, for each of the attempts in round 1 (Round_1_Attempt_1, Round_1_Attempt_2 etc.)

Usage

attempts_split(data_to_split)

Arguments

data_to_split

output from read_results followed by add_row_numbers

Value

returns a data frame with Round_X_Attempts columns split into individual attempts inside tf_parse

See Also

attempts_split is a helper function inside tf_parse