interleave_results: Helper for reading interleaving prelims and finals results

View source: R/interleave_results.R

interleave_resultsR Documentation

Helper for reading interleaving prelims and finals results

Description

Interleaves times or places based on row number ranges.

Usage

interleave_results(entries, results, type = c("individual", "relay"))

Arguments

entries

a data frame containing columns for minimum and maximum row number (usually 'Row_Min' and 'Row_Max'). Times or places will be interleaved into this data frame.

results

a data frame containing times (or places) in column 1 (or other values to be interleaved) and row numbers in column 2 (usually 'Row_Numb').

type

either "individual" or "relay"

Value

a modified version of 'entries' with values from 'results' interleaved on the basis of row number

See Also

interleave_results is a helper function used in hy3_parse


SwimmeR documentation built on March 31, 2023, 8:27 p.m.