Description Usage Arguments Value
View source: R/flash_pivot_longer.R
Used to convert multiple split columns to two columns, Split_Time
and
Split_Distance
. Effectively a T&F specific version of
tidyr::pivot_longer
or base::reshape
1 | flash_pivot_longer(df, varying)
|
df |
a data frame or list of data frames containing event data from Flash Results |
varying |
names of columns containing varying information (i.e. splits) |
a version of df with split column values as Split_Time
and split
column names as Split_Distance
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.