list_to_tibble: Coerce list into a tibble.

View source: R/utils.R

list_to_tibbleR Documentation

Coerce list into a tibble.

Description

Coerce a list into a tibble. Default is to coerce using tibble::as_tibble(), but if this fails, then coerce list into a tibble, where each non-scalar column in the tibble is of type list.

Usage

list_to_tibble(lst)

Arguments

lst

List to convert into a tibble.

Value

A tibble.


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