Description Usage Arguments Value Examples
View source: R/data_cleansing.R
This function collects the data and applies imputation, time series cuts and leading zeros filtering
1 2 3 4 5 6 |
.data |
DataFrame or tibble. |
freq |
numeric, sets the frequency of the data. |
winsorize_config |
list: options for winsorize cleansing method. |
imputation_config |
list: options for imputation methods. The names can take the following configurations: impute_method = kalman, median, mean, nearest, interpolation add_transformation = logical, na_regressor = logical (replaces response variable with NA's and imputates) , na_missing_dates = logical (replaces response variable with NA's and imputates when missing dates) , na_value = character (replace NA's by a specific value) |
data-frame, tibble or tsibble.
1 2 3 4 | ## Not run:
clean_ts()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.