list2df: Convert list to data.frame

Description Usage Arguments

View source: R/list_to_dataframe.R

Description

This function converts a list to a data frame, assuming that each element of the list is of equal length.

Usage

1
list2df(list, inplace = FALSE)

Arguments

list

A list.

inplace

Boolean. If TRUE, we convert the list in place, so that the list itself is transformed into a data.frame, sans copying.


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to list2df in Kmisc...