jagged_tbl: Create a Jagged Tibble

View source: R/jagged_tbl.R

jagged_tblR Documentation

Create a Jagged Tibble

Description

From a list of un-equal length vectors, fill in lengths with NA and convert to a tibble object.

Usage

jagged_tbl(x, col.names = NULL)

Arguments

x

A list of vectors to convert to 2-dimantional tibble.

col.names

Character. A vector of names for the resulting tibble.

Value

A tibble with columns coerced from list vector entries.

Examples

# blah

stufield/stuRpkg documentation built on April 2, 2022, 2:05 p.m.