list_parse: A list to a tibble.

View source: R/meddra.R

list_parseR 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)

KonstantinRyabov/dmtools documentation built on Jan. 14, 2023, 6:57 a.m.