summary() method for pdfium_obj_list. Defers to
as_tibble.pdfium_obj_list() so users can call
summary(pdf_page_objects(page)) 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_obj_list'
summary(object, ...)Arguments
- object
A
pdfium_obj_listfrompdf_page_objects().- ...
Forwarded to
as_tibble.pdfium_obj_list().
Value
The tibble returned by as_tibble.pdfium_obj_list().