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