Prints the standard one-screen header (via print.hv_data() or the
subclass override) and then walks the object's $tables slot, printing
each named auxiliary table with a header. Lets callers see the underlying
risk tables, report tables, diagnostics, etc. without having to know the
$tables accessor path.
Usage
# S3 method for class 'hv_data'
summary(object, ...)Arguments
- object
An
hv_dataobject.- ...
Forwarded to the underlying
print()method.