flash_pivot_longer: Converts Flash Results from wide to long format

Description Usage Arguments Value

View source: R/flash_pivot_longer.R

Description

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

Usage

1

Arguments

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)

Value

a version of df with split column values as Split_Time and split column names as Split_Distance


JumpeR documentation built on Nov. 17, 2021, 1:07 a.m.