readTTCData: Reads TTC .dat Data Files

Description Usage Arguments Value See Also Examples

View source: R/PreProcess.R

Description

A Wrapper for readTireData Runs readTireData with 'iColNamesRow = 2' and 'iFirstDataRow' = 4. 'return(readTireData(sRunFileName, iColNamesRow = 2, iFirstDataRow = 4))'

Usage

1
readTTCData(sRunFileName)

Arguments

sRunFileName

string. Complete path of the file name of a raw data file, or the name of a dataframe variable already loaded into memory Note: forward slashes "/" must be used in R in file paths, not backslashes "\".

Value

data frame with named columns containing raw data.

See Also

Other Reading Tire Data Functions: readCSVTireData(), readTireData()

Examples

1
2
3
4
  ## Not run: 
  readTTCData("C:/folder/full_path_to_file.dat") #use forward slashes.
  
## End(Not run)

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