Description Usage Arguments Value See Also Examples
Opens a Tire Data file, optionally dropping rows that do not contain data such as title row and units row.
1 | readTireData(sRunFileName, iColNamesRow = 1, iFirstDataRow = 2, sep = "\t")
|
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. |
data frame with named columns containing raw data.
Other Reading Tire Data Functions:
readCSVTireData()
,
readTTCData()
1 | data = readTTCData("C:/users/data.dat")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.