print.bid_stage | R Documentation |
Print method for BID stage objects
## S3 method for class 'bid_stage'
print(x, ...)
x |
A bid_stage object |
... |
Additional arguments |
Returns the input bid_stage
object invisibly (class:
c("bid_stage", "tbl_df", "tbl", "data.frame")
). The method is
called for its side effects: printing a formatted summary of the BID
stage to the console, including stage progress, key stage-specific
information, and usage suggestions. The invisible return allows for
method chaining while maintaining the primary purpose of console
output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.