print.typed_frame {interface} | R Documentation |
Provides a custom print method for typed data frames, displaying their properties and validation status.
## S3 method for class 'typed_frame'
print(x, ...)
x |
A typed data frame. |
... |
Additional arguments passed to print. |
No return value, called for side effects. Prints a summary of the typed data frame to the console, including its dimensions, column specifications, frame properties, and a preview of the data.