Skip to contents

Prints a formatted summary of preprocessing pipeline results.

Usage

# S3 method for class 'amr_result'
summary(object, ...)

Arguments

object

amr_result object from amr_preprocess()

...

Additional arguments (not used)

Value

Invisibly returns the object

Examples

if (FALSE) { # \dontrun{
result <- amr_preprocess(data)
summary(result)
} # }