Skip to contents

Renders the metadata as a single block, captured via cli::cli_format_method() and emitted with cat(). Field names and types are padded to fixed widths so the values line up in aligned columns, similar to str().

Usage

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

Arguments

x

An aniframe_metadata list.

...

Unused.

Value

x, invisibly.

Details

The S3 class is named aniframe_metadata for historical reasons, but the metadata substrate is shared by both aniframe() and anievent() objects.