Learn R Programming

JumpeR (version 0.3.0)

attempts_split_long: Creates new rows of split attempts strings (long format change)

Description

Given a data frame with columns "Round_1_Attempts" it will create three new rows, one for each of the attempts in round 1

Usage

attempts_split_long(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 as rows

Examples

Run this code
# NOT RUN {
df <- tf_parse( read_results(
"https://www.flashresults.com/2018_Meets/Outdoor/04-20_DukeInvite/014-1.pdf"
), rounds = TRUE, round_attempts = TRUE, )

 df %>% attempts_split_long()
# }

Run the code above in your browser using DataLab