dot-spec_replace_unspecified_type: Replace tib_unspecified fields in the specification

.spec_replace_unspecified_typeR Documentation

Replace tib_unspecified fields in the specification

Description

Replace tib_unspecified fields in the specification

Usage

.spec_replace_unspecified_type(field_spec, unspecified)

Arguments

field_spec

(tib_collector) A field specification.

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 tib_collector.


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