Learn R Programming

JumpeR (version 0.3.0)

remove_unneeded_rounds: Removes unneeded rounds columns within tf_parse

Description

Inside of tf_parse & tf_parse, removes round columns that do not have an associated round_attempts column

Usage

remove_unneeded_rounds(x)

Arguments

x

data frame with columns called both "Round_X" and "Round_X_Results" where X is a number

Value

returns a data frame where Round_X columns that do not have a corresponding Round_X_Results have been removed

See Also

remove_unneeded_rounds runs inside flash_parse & tf_parse