print.bid_result | R Documentation |
Print method for BID result objects
## S3 method for class 'bid_result'
print(x, ...)
x |
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 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.