list_parse {dmtools}R Documentation

A list to a tibble.

Description

A list to a tibble.

Usage

list_parse(to_tibble)

Arguments

to_tibble

A list with nested lists.

Value

A tibble.

Examples

temp_list <- list(list(a = 1, b = 3), list(a = 4, b = 5))
list_parse(temp_list)

[Package dmtools version 0.2.6 Index]