summary.bid_result | R Documentation |
Summary method for BID result objects
## S3 method for class 'bid_result'
summary(object, ...)
object |
A bid_result object |
... |
Additional arguments |
Returns the input bid_result
object invisibly (class:
c("bid_result", "list")
). The method is called for its side
effects: printing a detailed workflow analysis to the console
including completion statistics, duration metrics, and comprehensive
stage-by-stage breakdowns with key data from each BID framework
stage. The invisible return facilitates method chaining while
focusing on comprehensive console reporting.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.