dot-fast_tibble: Create a minimal tibble from a list

.fast_tibbleR Documentation

Create a minimal tibble from a list

Description

Create a minimal tibble from a list

Usage

.fast_tibble(x, n = NULL)

Arguments

x

(list) A named list of equal-length vectors.

n

(integer(1) or NULL) Number of rows; inferred from x if NULL.

Value

(tbl_df) A tibble constructed directly from x.


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