list_parse: A list to a tibble.

Description Usage Arguments Value Examples

View source: R/meddra.R

Description

A list to a tibble.

Usage

1
list_parse(to_tibble)

Arguments

to_tibble

A list with nested lists.

Value

A tibble.

Examples

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

dmtools documentation built on Nov. 9, 2020, 9:06 a.m.