Skip to contents

summary() 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_list from pdf_form_fields().

...

Forwarded to as_tibble.pdfium_form_field_list().

Value

The tibble returned by as_tibble.pdfium_form_field_list().