readTireData: Reads Tire Data Files

Description Usage Arguments Value See Also Examples

View source: R/PreProcess.R

Description

Opens a Tire Data file, optionally dropping rows that do not contain data such as title row and units row.

Usage

1
readTireData(sRunFileName, iColNamesRow = 1, iFirstDataRow = 2, sep = "\t")

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 "\".

iColNamesRow

integer. The row number of the row that contains the column names. These column names will be the names of the output data frame.

iFirstDataRow

integer. The row number of the first row that contains data.

sep

string. The delimiting character used in the text file, such as "," for a csv file. Use "\t" for a tab delimited file. See read.table for more details.

Value

data frame with named columns containing raw data.

See Also

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

Examples

1
data = readTTCData("C:/users/data.dat")

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