lines_sort: Sorts and collects lines by performance and row number

Description Usage Arguments Value

View source: R/lines_sort.R

Description

Collects all lines, (for example containing splits or relay swimmers) associated with a particular performance into a data frame with the appropriate row number for that performance.

Usage

1
lines_sort(x, min_row = minimum_row)

Arguments

x

a list of character strings including performances, with row numbers added by add_row_numbers

min_row

the lowest row number

Value

a data frame with Row_Numb as the first column. Other columns are performance elements, like splits or relay swimmers, both in order of occurrence left to right


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