Description Usage Arguments Value Examples
View source: R/attempts_split_long.R
Given a data frame with columns "Round_1_Attempts" it will create three new rows, one for each of the attempts in round 1
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
1 2 3 4 5 | 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.