Skip to contents

summary() method for pdfium_attachment_list. Defers to as_tibble.pdfium_attachment_list() for the standard tibble view — matches the R idiom of print() for the one-line summary and summary() for the deep dive.

Usage

# S3 method for class 'pdfium_attachment_list'
summary(object, ...)

Arguments

object

A pdfium_attachment_list from pdf_attachments().

...

Forwarded to as_tibble.pdfium_attachment_list().

Value

The tibble returned by as_tibble.pdfium_attachment_list().