print.trail_record: Print a trail_record object
Description
Print a trail_record object
Usage
# S3 method for trail_record
print(x, ...)
Value
Invisibly returns the input object x. Called for side effects (printing to console).
Arguments
- x
A trail_record object.
- ...
Additional arguments passed to print methods.