dot-tibblify_impl: Tibblify implementation

.tibblify_implR Documentation

Tibblify implementation

Description

Tibblify implementation

Usage

.tibblify_impl(x, spec, path)

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.

path

(list) The current path in the data structure.

Value

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


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