gen.report: Generate a report.

View source: R/gen_report.R

gen.reportR Documentation

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)

Arguments

obj

A cleanTS object.

Value

Does not return any value.

Examples

## Not run: 
  # Perform cleaning
  cts <- cleanTS(data, date_format = "my", time = "index", value = "value")

  gen.report(cts)

## End(Not run)


Mayur1009/cleanTS documentation built on Oct. 11, 2023, 9:29 a.m.