dot-try_tibblify_impl: Tibblify implementation with error handling

.try_tibblify_implR Documentation

Tibblify implementation with error handling

Description

Tibblify implementation with error handling

Usage

.try_tibblify_impl(x, spec, call = caller_env())

Arguments

x

(list) A nested list.

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.

call

(environment) The environment to use for error messages.

Value

Either a tibble or a list, depending on the specification.


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