dot-spec_replace_unspecified_impl: Replace unspecified fields in the specification

.spec_replace_unspecified_implR Documentation

Replace unspecified fields in the specification

Description

Replace unspecified fields in the specification

Usage

.spec_replace_unspecified_impl(spec_fields, unspecified)

Arguments

spec_fields

(list) Fields from spec$fields (or a subset thereof).

unspecified

(character(1)) What to do with tib_unspecified() fields. Can be one of

  • "error": Throw an error.

  • "inform": Inform the user then parse as with tib_variant().

  • "drop": Do not parse these fields.

  • "list": Parse unspecified fields into lists as with tib_variant().

Value

A modified list of tib_collector objects.


tibblify documentation built on May 9, 2026, 5:07 p.m.