Skip to contents

Provides a summary of diagnostic results returned by diagnose_cube(). The summary reports the number of evaluated rules, counts per severity level, and the number of diagnostics per cube dimension.

Usage

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

Arguments

object

A cube_diagnostics object returned by diagnose_cube().

...

Additional arguments passed to other methods (currently unused).

Value

An object of class summary_cube_diagnostics, containing aggregated diagnostic information.

See also