dot-maybe_inform_unspecified: Potentially inform users about unspecified fields

.maybe_inform_unspecifiedR Documentation

Potentially inform users about unspecified fields

Description

Potentially inform users about unspecified fields

Usage

.maybe_inform_unspecified(spec, inform_unspecified, call = caller_env())

Arguments

spec

(tspec) A specification of how to convert x. Generated with tspec_df(), tspec_row(), tspec_object(), tspec_recursive(), or guess_tspec(). If spec is NULL (the default), guess_tspec(x, inform_unspecified = TRUE) will be used to guess the spec.

inform_unspecified

(logical(1)) Inform about fields whose type could not be determined?

call

(environment) The environment to use for error messages.

Value

The spec object.


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