View source: R/class-forecast.R
clean_forecast | R Documentation |
The function makes it possible to silently validate an object. In addition, it can return a copy of the data and remove rows with missing values.
clean_forecast(forecast, copy = FALSE, na.omit = FALSE)
forecast |
A forecast object (a validated data.table with predicted and observed values). |
copy |
Logical, default is |
na.omit |
Logical, default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.