print.list_output: Print Method for list_output Objects
Description
Custom print method for objects of class `list_output`.
Usage
# S3 method for list_output
print(x, ...)
Value
Invisibly returns `x` (the input object).
Arguments
- x
An object of class `list_output`.
- ...
Additional arguments (ignored).