Description Usage Arguments Value
Filters Cold Data from a Dataset
1 2 3 4 | filterColdData(
dfData,
dCutoffTempC = getOption("tirefittingr.coldCutoffTemp", default = -Inf)
)
|
dfData |
data frame containing a temperature column named |
dCutoffTempC |
numeric. Remove all data before the dataset reaches this temperature. |
data frame with rows removed before dCutoffTempC
is reached.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.