list_to_tibble_row: Coerce list into a tibble row.

View source: R/utils.R

list_to_tibble_rowR Documentation

Coerce list into a tibble row.

Description

Coerce a list into a single row in a tibble. Default is to coerce using tibble::as_tibble_row(), but if this fails, then coerce list into a tibble row, where each column in the tibble is of type list.

Usage

list_to_tibble_row(lst, simplify = FALSE)

Arguments

lst

List to convert into a tibble row.

Value

A tibble with one row.


Yu-Group/simChef documentation built on Jan. 11, 2025, 1:25 a.m.