Description Usage Arguments Value See Also
View source: R/attempts_split_cols.R
Given a data frame with columns "Round_1_Attempts" it will produce three columns, for each of the attempts in round 1 (Round_1_Attempt_1, Round_1_Attempt_2 etc.)
1 | attempts_split_cols(i, data, new_cols, old_cols)
|
i |
iterative value |
data |
output from |
new_cols |
a list of new column names to make |
old_cols |
a list of old columns to split |
returns a data frame with Round_X_Attempts columns split into
individual attempts inside tf_parse
attempts_split_cols
is a helper function inside
attempts_split
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.