readCSVTireData: 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 = 1', 'iFirstDataRow = 2', and 'sep = ","'. 'return(readTireData(sRunFileName, iColNamesRow = 1, iFirstDataRow = 2, sep =","))'

Usage

1
readCSVTireData(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: readTTCData(), readTireData()

Examples

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

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