gen.report()
generates a report of the entire process, the changes made
to the original data and details about the impurities found in the data.
Examples
if (FALSE) {
# Perform cleaning
cts <- cleanTS(data, date_format = "my", time = "index", value = "value")
gen.report(cts)
}