View source: R/attempts_split_long.R
attempts_split_long | R Documentation |
Given a data frame with columns "Round_1_Attempts" it will create three new rows, one for each of the attempts in round 1
attempts_split_long(data_to_split)
data_to_split |
output from |
returns a data frame with Round_X_Attempts columns split into individual attempts as rows
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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.