Learn R Programming

cleanTS (version 0.1.2)

gen.report: Generate a report.

Description

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.

Usage

gen.report(obj)

Value

Does not return any value.

Arguments

obj

A cleanTS object.

Examples

Run this code
if (FALSE) {
  # Perform cleaning
  cts <- cleanTS(data, date_format = "my", time = "index", value = "value")

  gen.report(cts)
}

Run the code above in your browser using DataLab