attempts_split: Creates new columns of split attempts strings

View source: R/attempts_split.R

attempts_splitR Documentation

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

data frame with columns named "Round_X_Attempts" where X is a number

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


gpilgrim2670/JumpeR documentation built on March 25, 2023, 4:57 p.m.