Description Usage Arguments Value
This function checks whether the specified function is indeed a function
1 | check_preprocess_fct(prepro_fct)
|
prepro_fct |
A function, a preprocessing function which handles missing values in the data. The default preprocessing function selects the largest interval of non-missing values and then attributes the most recent dates to those values. Other data handling functions can be applied (e.g. timeSeries::na.contiguous, imputeTS::na.mean, custom-developed...). |
NULL (if no fct is specified) or prepro_fct (if prepro_fct is specified)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.