apply.filters(warnings = T)
Apply all filters specified in the configuration to update the clean
table (tclean)
create.table(freq)
Create a table contains the selected items in the conf with a given
frequency (in hour)
export.csv(file = NULL)
Export the cleaned table to a CSV file.
filter.category()
Check individual entries if they are the in the categories specified
in conf.
filter.missingness(recount = FALSE)
filter out the where missingness is too low.
filter.null(items = c("episode_id", "site"))
remove the entire episode when any of the selected items is NULL
imputation()
Filling missing data to a time series data by performing a given imputation
method on a selected window period nearby the missing data.
reload.conf(file)
reload yaml configuration.