
Print method for BID result objects
print.bid_result.Rd
Print method for BID result objects
Usage
# S3 method for class 'bid_result'
print(x, ...)
Value
Returns the input bid_result
object invisibly (class:
c("bid_result", "list")
). The method is called for its side
effects: printing a workflow overview to the console showing
completion status, stage progression, and key information from each
completed BID stage. The invisible return supports method chaining
while emphasizing the console summary output.