as.df: Convert list of lists into data.frame

View source: R/yogitools.R

as.dfR Documentation

Convert list of lists into data.frame

Description

The list of lists should only contain lists with the same element names.

Usage

as.df(x)

Arguments

x

the list of lists

Value

a data.frame

Examples

x <- as.df(list(list(a=1,b="foo"),list(a=2,b="bar")))

jweile/yogitools documentation built on May 11, 2023, 7:42 p.m.