flash_pivot_longer: Converts Flash Results from wide to long format

View source: R/flash_pivot_longer.R

flash_pivot_longerR Documentation

Converts Flash Results from wide to long format

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

flash_pivot_longer(df, varying)

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


gpilgrim2670/JumpeR documentation built on March 25, 2023, 4:57 p.m.