Tibble-shaped summary of an attachment list
Source:R/attachments.R
summary.pdfium_attachment_list.Rdsummary() 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_listfrompdf_attachments().- ...
Forwarded to
as_tibble.pdfium_attachment_list().
Value
The tibble returned by as_tibble.pdfium_attachment_list().