checkTireRunList: Checks a list of tire runs for further processing

Description Usage Arguments Value Examples

View source: R/PreProcess.R

Description

Checks a list of tire runs which can be run with the fitTires function.

Usage

1
checkTireRunList(svInputFile = NULL, sDefaultPath = getwd())

Arguments

svInputFile

string vector. A vector of complete file paths of raw data files. Default value of NA causes a file selection dialog box to open, where the user can select files dynamically.

sDefaultPath

string. Default file path for the file dialog box.

Value

string vector. File paths of runs.

Examples

1
2
3
4
  ## Not run: 
  lRunNames = checkTireRunList() #prompts user for files
  
## End(Not run)

fsaer/tirefittingr documentation built on May 15, 2020, 9:31 a.m.