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)

chachabooms/dmtools documentation built on Feb. 1, 2023, 4:39 p.m.