print.beezdemand_summary: Print Method for beezdemand Summary Objects

View source: R/utils.R

print.beezdemand_summaryR Documentation

Print Method for beezdemand Summary Objects

Description

Fallback print method for summary objects inheriting from beezdemand_summary. Specific summary classes should implement their own ⁠print.summary.*⁠ methods for detailed output; this provides a minimal fallback.

Usage

## S3 method for class 'beezdemand_summary'
print(x, ...)

Arguments

x

A summary object with class including beezdemand_summary.

...

Additional arguments (unused).

Value

Invisibly returns x.


beezdemand documentation built on March 3, 2026, 9:07 a.m.