Description Usage Arguments Value See Also Examples
A Wrapper for readTireData
Runs readTireData
with 'iColNamesRow = 2' and 'iFirstDataRow' = 4.
'return(readTireData(sRunFileName, iColNamesRow = 2, iFirstDataRow = 4))'
1 | readTTCData(sRunFileName)
|
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 "\". |
data frame with named columns containing raw data.
Other Reading Tire Data Functions:
readCSVTireData()
,
readTireData()
1 2 3 4 | ## Not run:
readTTCData("C:/folder/full_path_to_file.dat") #use forward slashes.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.