Learn R Programming

dmtools (version 0.2.6)

list_parse: 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

Run this code
# NOT RUN {
temp_list <- list(list(a = 1, b = 3), list(a = 4, b = 5))
list_parse(temp_list)
# }

Run the code above in your browser using DataLab