new_tidytable: Create a tidytable from a list

View source: R/new_tidytable.R

new_tidytableR Documentation

Create a tidytable from a list

Description

Create a tidytable from a list

Usage

new_tidytable(x = list())

Arguments

x

A named list of equal-length vectors. The lengths are not checked; it is the responsibility of the caller to make sure they are equal.

Examples

l <- list(x = 1:3, y = c("a", "a", "b"))

new_tidytable(l)

markfairbanks/tidytable documentation built on Jan. 24, 2025, 8:25 a.m.