hytek_clean_strings: Cleans input strings

View source: R/hytek_clean_strings.R

hytek_clean_stringsR Documentation

Cleans input strings

Description

Cleans input from read_results is passed to hytek_swim_parse to remove unnneded characters and otherwise set it up for sorting. Input is in the form of character strings

Usage

hytek_clean_strings(x, time_score_string = Time_Score_String)

Arguments

x

a list of character strings

time_score_string

a regex string for matching results (times and scores) but not special strings like DQ

Value

returns a list of character strings that have been cleaned in preparation for parsing/sorting

#' @seealso hytek_clean_strings runs inside of hytek_parse_splash


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