Skip to contents

Provides a custom print method for typed data frames, displaying their properties and validation status.

Usage

# S3 method for class 'typed_frame'
print(x, ...)

Arguments

x

A typed data frame.

...

Additional arguments passed to print.

Value

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.