simplify_tibble: Simplify tibble.

View source: R/utils.R

simplify_tibbleR Documentation

Simplify tibble.

Description

Simplify or unlist list columns in tibble if each element in the list is a scalar value.

Usage

simplify_tibble(tbl, empty_as_na = TRUE)

Arguments

empty_as_na

If TRUE (default), 0-length values will be treated as NA.

tib

tibble::tibble to simplify.

Value

A tibble that has been "simplified".


Yu-Group/simChef documentation built on March 25, 2024, 3:22 a.m.