Tibble-shaped summary of a form-field list
Source:R/form_fields.R
summary.pdfium_form_field_list.Rdsummary() method for pdfium_form_field_list. Defers to
as_tibble.pdfium_form_field_list() for the standard tibble view.
Usage
# S3 method for class 'pdfium_form_field_list'
summary(object, ...)Arguments
- object
A
pdfium_form_field_listfrompdf_form_fields().- ...
Forwarded to
as_tibble.pdfium_form_field_list().
Value
The tibble returned by as_tibble.pdfium_form_field_list().